+ USE_DATABASE_REPLICATED=0 + USE_SHARED_CATALOG=0 ++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=America/Mexico_City Chosen random timezone America/Mexico_City + echo 'Chosen random timezone America/Mexico_City' + ln -snf /usr/share/zoneinfo/America/Mexico_City /etc/localtime + echo America/Mexico_City + dpkg -i package_folder/clickhouse-common-static_24.8.11.51000.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 48426 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.8.11.51000.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-common-static (24.8.11.51000.altinitytest+ubsan) ... Setting up clickhouse-common-static (24.8.11.51000.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.8.11.51000.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 48453 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.8.11.51000.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.8.11.51000.altinitytest+ubsan) ... Setting up clickhouse-common-static-dbg (24.8.11.51000.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-odbc-bridge_24.8.11.51000.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-odbc-bridge. (Reading database ... 48460 files and directories currently installed.) Preparing to unpack .../clickhouse-odbc-bridge_24.8.11.51000.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-odbc-bridge (24.8.11.51000.altinitytest+ubsan) ... Setting up clickhouse-odbc-bridge (24.8.11.51000.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-library-bridge_24.8.11.51000.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-library-bridge. (Reading database ... 48466 files and directories currently installed.) Preparing to unpack .../clickhouse-library-bridge_24.8.11.51000.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-library-bridge (24.8.11.51000.altinitytest+ubsan) ... Setting up clickhouse-library-bridge (24.8.11.51000.altinitytest+ubsan) ... + dpkg -i package_folder/clickhouse-server_24.8.11.51000.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 48472 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.8.11.51000.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-server (24.8.11.51000.altinitytest+ubsan) ... Setting up clickhouse-server (24.8.11.51000.altinitytest+ubsan) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.8.11.51000.altinitytest+ubsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 48489 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.8.11.51000.altinitytest+ubsan_amd64.deb ... Unpacking clickhouse-client (24.8.11.51000.altinitytest+ubsan) ... Setting up clickhouse-client (24.8.11.51000.altinitytest+ubsan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.8.11.51000.altinitytest (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib +++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P +++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + source /utils.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=12865536 + sed --follow-symlinks -i 's|[[:digit:]]\+|12865536|' /etc/clickhouse-server/config.d/keeper_port.xml + value=54796288 + sed --follow-symlinks -i 's|[[:digit:]]\+|54796288|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ '' == \1 ]] + [[ '' == \1 ]] + [[ -n 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version minio version RELEASE.2024-08-03T04-33-23Z (commit-id=6efb56851c40da88d1ca15112e2d686a4ecec6b3) Runtime: go1.22.5 linux/amd64 License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Copyright: 2015-2024 MinIO, Inc. + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 INFO: Formatting 1st pool, 1 set(s), 1 drives per set. INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable. MinIO Object Storage Server Copyright: 2015-2025 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:36079 http://127.0.0.1:36079 Docs: https://min.io/docs/minio/linux/index.html (node:258) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1820CDB77DB75D267dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 282 root 8u IPv4 29253 0t0 TCP localhost:11111 (LISTEN) minio 282 root 9u IPv6 29254 0t0 TCP *:11111 (LISTEN) minio 282 root 10u IPv6 29255 0t0 TCP localhost:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy attach clickminio readwrite --user=test Attached Policies: [readwrite] To User: test + ./mc mb --ignore-existing clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc anonymous set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio + '[' -d /usr/share/clickhouse-test/queries/0_stateless/data_minio ']' + ./mc cp --recursive /usr/share/clickhouse-test/queries/0_stateless/data_minio/ clickminio/test/ `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive3.tar.gz` -> `clickminio/test/03036_archive3.tar.gz` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.tar` -> `clickminio/test/03036_archive2.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.tar` -> `clickminio/test/03036_archive1.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.zip` -> `clickminio/test/03036_archive2.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.zip` -> `clickminio/test/03036_archive1.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_compressed_file_archive.zip` -> `clickminio/test/03036_compressed_file_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_json_archive.zip` -> `clickminio/test/03036_json_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/json_data` -> `clickminio/test/json_data` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 5.42 MiB, Transferred: 5.42 MiB, Speed: 168.93 MiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 125M drwxr-xr-x 1 root root 4.0K Feb 3 14:47 . drwxr-xr-x 1 root root 4.0K Feb 3 14:47 .. -rw-rw-r-- 1 1000 1000 119 Feb 3 14:44 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2.4K Jan 14 09:59 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Feb 3 14:47 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Feb 3 14:47 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Feb 3 14:47 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 08:04 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Feb 3 14:47 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot drwxr-xr-x 14 root root 3.8K Feb 3 14:46 dev -rwxr-xr-x 1 root root 0 Feb 3 14:46 .dockerenv drwxr-xr-x 1 root root 4.0K Feb 3 14:47 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 08:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 08:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 08:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 08:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26M Jan 14 10:19 mc drwxr-xr-x 2 root root 4.0K Sep 11 08:04 media -rwxr-xr-x 1 root root 99M Jan 14 10:19 minio drwxr-xr-x 4 root root 4.0K Feb 3 14:47 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 08:04 mnt drwxr-xr-x 1 root root 4.0K Jan 14 10:01 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Feb 3 14:46 package_folder dr-xr-xr-x 326 root root 0 Feb 3 14:46 proc -rwxrwxr-x 1 root root 8.9K Jan 14 09:59 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 14 09:59 requirements.txt drwx------ 1 root root 4.0K Feb 3 14:47 root drwxr-xr-x 1 root root 4.0K Feb 3 14:47 run -rwxrwxr-x 1 root root 22K Jan 14 09:59 run.sh lrwxrwxrwx 1 root root 8 Sep 11 08:04 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Jan 14 09:59 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 14 09:59 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jan 14 09:59 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 08:04 srv -rw-rw-r-- 1 root root 14K Jan 14 09:59 stress_tests.lib dr-xr-xr-x 13 root root 0 Feb 3 14:46 sys drwxrwxr-x 2 1000 1000 4.0K Feb 3 14:46 test_output drwxrwxrwt 1 root root 4.0K Jan 14 10:19 tmp drwxr-xr-x 1 root root 4.0K Sep 11 08:04 usr -rw-rw-r-- 1 root root 897 Jan 14 09:59 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 08:07 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 405 clickhouse 322u IPv4 26494 0t0 TCP localhost:12222 (LISTEN) java 405 clickhouse 544u IPv4 25387 0t0 TCP localhost:59346->localhost:12222 (ESTABLISHED) java 405 clickhouse 545u IPv4 31277 0t0 TCP localhost:12222->localhost:59346 (ESTABLISHED) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + export IS_FLAKY_CHECK=0 + IS_FLAKY_CHECK=0 + '[' 1 -gt 1 ']' + sudo -E -u clickhouse /usr/bin/clickhouse-server --config /etc/clickhouse-server/config.xml --daemon --pid-file /var/run/clickhouse-server/clickhouse-server.pid + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [03/Feb/2025:20:47:39 +0000] "GET /devstoreaccount1/cont?restype=container HTTP/1.1" 404 - 127.0.0.1 - - [03/Feb/2025:20:47:39 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [03/Feb/2025:20:47:39 +0000] "PUT /devstoreaccount1/cont/fkqyntqthptgxfgfooflcvxjytbtnocs HTTP/1.1" 201 - 127.0.0.1 - - [03/Feb/2025:20:47:39 +0000] "GET /devstoreaccount1/cont/fkqyntqthptgxfgfooflcvxjytbtnocs HTTP/1.1" 206 4 127.0.0.1 - - [03/Feb/2025:20:47:39 +0000] "GET /devstoreaccount1/cont/fkqyntqthptgxfgfooflcvxjytbtnocs HTTP/1.1" 206 2 127.0.0.1 - - [03/Feb/2025:20:47:39 +0000] "DELETE /devstoreaccount1/cont/fkqyntqthptgxfgfooflcvxjytbtnocs HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ run_with_retry 5 clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ [[ ahxB =~ e ]] ++ set_e=false ++ set +e ++ local total_retries=5 ++ shift ++ local retry=0 ++ '[' 0 -ge 5 ']' ++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ false ++ return + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 590 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + clickhouse-client --query 'CREATE TABLE minio_audit_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + clickhouse-client --query 'CREATE TABLE minio_server_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + ./mc admin config set clickminio logger_webhook:ch_server_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_server_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + ./mc admin config set clickminio audit_webhook:ch_audit_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + max_retries=100 + retry=1 + '[' 1 -le 100 ']' + echo 'clickminio restart attempt 1:' clickminio restart attempt 1: ++ ./mc admin service restart clickminio --wait --json ++ jq -r .status INFO: Restarting on service signal MinIO Object Storage Server Copyright: 2015-2025 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:45129 http://127.0.0.1:45129 Docs: https://min.io/docs/minio/linux/index.html + output='success success' + echo 'Output of restart status: success success' + expected_output='success success' + '[' 'success success' = 'success success' ']' + echo 'Restarted clickminio successfully.' + break + '[' 1 -gt 100 ']' Output of restart status: success success Restarted clickminio successfully. + MC_ADMIN_PID=1456 + ./mc admin trace clickminio + export -f run_tests + '[' 1 -gt 1 ']' + run_tests + set -x + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ '' -eq 1 ]] + [[ 0 -eq 1 ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 2 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + true + set -e + return + set +e + TEST_ARGS=(--testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs "$NUM_TRIES" "${ADDITIONAL_OPTIONS[@]}") + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-02-03 14:47:54 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-02-03 14:47:54 Connecting to ClickHouse server... OK 2025-02-03 14:47:54 Connected to server 24.8.11.51000.altinitytest @ 70a7c762cc96d8a8f0a83d8096b012215c3cea64 HEAD 2025-02-03 14:47:54 Found 3237 parallel tests and 281 sequential tests 2025-02-03 14:47:55 Running about 404 stateless tests (Process-4). 2025-02-03 14:47:55 02915_analyzer_fuzz_1: [ OK ] 0.37 sec. 2025-02-03 14:47:55 Running about 404 stateless tests (Process-5). 2025-02-03 14:47:55 01548_with_totals_having: [ OK ] 0.47 sec. 2025-02-03 14:47:55 Running about 404 stateless tests (Process-6). 2025-02-03 14:47:55 02810_row_binary_with_defaults: [ OK ] 0.47 sec. 2025-02-03 14:47:55 Running about 404 stateless tests (Process-10). 2025-02-03 14:47:55 01512_create_replicate_merge_tree_one_arg: [ OK ] 0.47 sec. 2025-02-03 14:47:55 Running about 404 stateless tests (Process-3). 2025-02-03 14:47:55 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 0.57 sec. 2025-02-03 14:47:55 01710_normal_projection_format: [ OK ] 0.32 sec. 2025-02-03 14:47:55 03013_position_const_start_pos: [ OK ] 0.32 sec. 2025-02-03 14:47:55 01412_row_from_totals: [ OK ] 0.42 sec. 2025-02-03 14:47:55 Running about 404 stateless tests (Process-8). 2025-02-03 14:47:55 01410_nullable_key_and_index: [ OK ] 0.87 sec. 2025-02-03 14:47:55 02220_array_join_format: [ OK ] 0.32 sec. 2025-02-03 14:47:55 01604_explain_ast_of_nonselect_query: [ OK ] 0.32 sec. 2025-02-03 14:47:56 01603_decimal_mult_float: [ OK ] 0.42 sec. 2025-02-03 14:47:56 02901_remove_nullable_crash_analyzer: [ OK ] 0.42 sec. 2025-02-03 14:47:56 00521_multidimensional: [ OK ] 0.52 sec. 2025-02-03 14:47:56 02935_format_with_arbitrary_types: [ OK ] 0.62 sec. 2025-02-03 14:47:56 03003_count_asterisk_filter: [ OK ] 0.37 sec. 2025-02-03 14:47:56 03274_dynamic_column_data_race_with_concurrent_hj: [ OK ] 0.37 sec. 2025-02-03 14:47:56 00553_buff_exists_materlized_column: [ OK ] 0.42 sec. 2025-02-03 14:47:57 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 1.02 sec. 2025-02-03 14:47:57 00754_alter_modify_column_partitions: [ OK ] 0.92 sec. 2025-02-03 14:47:57 02764_parallel_replicas_plain_merge_tree: [ OK ] 0.47 sec. 2025-02-03 14:47:57 03261_sort_cursor_crash: [ OK ] 0.47 sec. 2025-02-03 14:47:58 Running about 404 stateless tests (Process-9). 2025-02-03 14:47:58 02122_parallel_formatting_Values: [ OK ] 3.63 sec. 2025-02-03 14:47:58 03161_decimal_binary_math: [ OK ] 0.67 sec. 2025-02-03 14:47:58 01379_with_fill_several_columns: [ OK ] 0.37 sec. 2025-02-03 14:47:59 01852_hints_enum_name: [ OK ] 2.08 sec. 2025-02-03 14:47:59 02515_tuple_lambda_parsing: [ OK ] 0.27 sec. 2025-02-03 14:47:59 02151_lc_prefetch: [ SKIPPED ] 0.00 sec. 2025-02-03 14:47:59 Reason: not running for current build 2025-02-03 14:48:00 02469_interval_msan: [ OK ] 0.47 sec. 2025-02-03 14:48:00 02908_Npy_files_caching: [ OK ] 3.73 sec. 2025-02-03 14:48:00 01526_param_uuid: [ OK ] 1.88 sec. 2025-02-03 14:48:00 03024_total_rows_approx_is_set_for_system_zeros_and_generate_random: [ OK ] 0.37 sec. 2025-02-03 14:48:00 02972_parallel_replicas_cte: [ OK ] 0.47 sec. 2025-02-03 14:48:00 01262_low_cardinality_remove: [ OK ] 0.32 sec. 2025-02-03 14:48:00 01246_extractAllGroupsVertical: [ OK ] 0.62 sec. 2025-02-03 14:48:01 01710_minmax_count_projection_distributed_query: [ OK ] 0.32 sec. 2025-02-03 14:48:01 01412_group_array_moving_shard: [ OK ] 0.57 sec. 2025-02-03 14:48:02 02491_part_log_has_table_uuid: [ OK ] 0.57 sec. 2025-02-03 14:48:02 Running about 404 stateless tests (Process-7). 2025-02-03 14:48:02 00534_functions_bad_arguments7: [ OK ] 7.40 sec. 2025-02-03 14:48:02 01072_select_constant_limit: [ OK ] 0.27 sec. 2025-02-03 14:48:03 01825_new_type_json_insert_select: [ OK ] 0.67 sec. 2025-02-03 14:48:03 02008_test_union_distinct_in_subquery: [ OK ] 0.42 sec. 2025-02-03 14:48:03 01834_alias_columns_laziness_filimonov: [ OK ] 2.53 sec. 2025-02-03 14:48:03 02041_openssl_hash_functions_test: [ OK ] 0.32 sec. 2025-02-03 14:48:04 00152_totals_in_subquery: [ OK ] 0.37 sec. 2025-02-03 14:48:04 00906_low_cardinality_rollup: [ OK ] 0.37 sec. 2025-02-03 14:48:04 01770_add_months_ubsan: [ OK ] 0.32 sec. 2025-02-03 14:48:04 00818_alias_bug_4110: [ OK ] 0.47 sec. 2025-02-03 14:48:05 02535_json_bson_each_row_curl: [ OK ] 2.93 sec. 2025-02-03 14:48:05 02267_output_format_prometheus: [ OK ] 0.37 sec. 2025-02-03 14:48:05 01925_json_as_string_data_in_square_brackets: [ OK ] 0.32 sec. 2025-02-03 14:48:05 02134_async_inserts_formats: [ OK ] 8.09 sec. 2025-02-03 14:48:05 00085_visible_width_of_tuple_of_dates: [ OK ] 0.27 sec. 2025-02-03 14:48:05 01417_update_permutation_crash: [ OK ] 0.32 sec. 2025-02-03 14:48:05 00910_crash_when_distributed_modify_order_by: [ OK ] 0.32 sec. 2025-02-03 14:48:05 01267_alter_default_key_columns_zookeeper_long: [ OK ] 0.47 sec. 2025-02-03 14:48:05 03226_alter_update_dynamic_json_not_supported: [ OK ] 0.32 sec. 2025-02-03 14:48:05 00426_nulls_sorting: [ OK ] 0.37 sec. 2025-02-03 14:48:05 02383_schema_inference_hints: [ OK ] 0.32 sec. 2025-02-03 14:48:05 00814_parsing_ub: [ OK ] 0.32 sec. 2025-02-03 14:48:06 02910_nullable_enum_cast: [ OK ] 0.32 sec. 2025-02-03 14:48:06 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.32 sec. 2025-02-03 14:48:06 02251_alter_enum_nested_struct: [ OK ] 0.37 sec. 2025-02-03 14:48:06 01605_drop_settings_profile_while_assigned: [ OK ] 0.32 sec. 2025-02-03 14:48:06 02941_variant_type_2: [ OK ] 11.25 sec. 2025-02-03 14:48:06 00422_hash_function_constexpr: [ OK ] 0.32 sec. 2025-02-03 14:48:06 01041_h3_is_valid: [ OK ] 0.32 sec. 2025-02-03 14:48:06 02024_create_dictionary_with_comment: [ OK ] 0.37 sec. 2025-02-03 14:48:07 02133_distributed_queries_formatting: [ OK ] 0.37 sec. 2025-02-03 14:48:07 03014_analyzer_groupby_fuzz_60317: [ OK ] 0.32 sec. 2025-02-03 14:48:07 03150_url_hash_non_constant_level: [ OK ] 0.37 sec. 2025-02-03 14:48:07 00988_parallel_parts_removal: [ OK ] 1.37 sec. 2025-02-03 14:48:07 00002_system_numbers: [ OK ] 0.37 sec. 2025-02-03 14:48:08 01891_not_like_partition_prune: [ OK ] 0.37 sec. 2025-02-03 14:48:08 01402_cast_nullable_string_to_enum: [ OK ] 0.52 sec. 2025-02-03 14:48:09 02859_replicated_db_name_zookeeper: [ OK ] 3.58 sec. 2025-02-03 14:48:09 02243_make_date32: [ OK ] 0.72 sec. 2025-02-03 14:48:09 02125_constant_if_condition_and_not_existing_column: [ OK ] 0.37 sec. 2025-02-03 14:48:09 02560_quantile_min_max: [ OK ] 0.32 sec. 2025-02-03 14:48:09 01621_clickhouse_compressor: [ OK ] 2.68 sec. 2025-02-03 14:48:09 01663_aes_msan: [ OK ] 0.32 sec. 2025-02-03 14:48:09 02141_clickhouse_local_interactive_table: [ OK ] 2.28 sec. 2025-02-03 14:48:09 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 0.32 sec. 2025-02-03 14:48:10 03095_join_filter_push_down_right_stream_filled: [ OK ] 0.37 sec. 2025-02-03 14:48:10 02875_json_array_as_string: [ OK ] 0.32 sec. 2025-02-03 14:48:10 03105_table_aliases_in_mv: [ OK ] 0.37 sec. 2025-02-03 14:48:10 02149_issue_32487: [ OK ] 0.32 sec. 2025-02-03 14:48:10 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 0.37 sec. 2025-02-03 14:48:11 01660_second_extremes_bug: [ OK ] 0.37 sec. 2025-02-03 14:48:11 00334_column_aggregate_function_limit: [ OK ] 0.38 sec. 2025-02-03 14:48:11 03290_limit_by_segv: [ OK ] 0.32 sec. 2025-02-03 14:48:12 02954_analyzer_fuzz_i57086: [ OK ] 0.32 sec. 2025-02-03 14:48:12 01249_flush_interactive: [ OK ] 11.65 sec. 2025-02-03 14:48:12 01024__getScalar: [ OK ] 0.32 sec. 2025-02-03 14:48:12 01292_quantile_array_bug: [ OK ] 0.32 sec. 2025-02-03 14:48:13 02006_test_positional_arguments_on_cluster: [ OK ] 0.72 sec. 2025-02-03 14:48:13 02480_suspicious_lowcard_in_key: [ OK ] 0.42 sec. 2025-02-03 14:48:15 02149_schema_inference_formats_with_schema_3: [ OK ] 5.54 sec. 2025-02-03 14:48:16 00574_empty_strings_deserialization: [ OK ] 3.38 sec. 2025-02-03 14:48:16 01115_join_with_dictionary: [ OK ] 0.67 sec. 2025-02-03 14:48:16 02798_generic_transform: [ OK ] 0.32 sec. 2025-02-03 14:48:16 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.27 sec. 2025-02-03 14:48:17 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 0.82 sec. 2025-02-03 14:48:17 03203_client_benchmark_options: [ OK ] 7.59 sec. 2025-02-03 14:48:18 02387_parse_date_as_datetime: [ OK ] 0.32 sec. 2025-02-03 14:48:18 02692_multiple_joins_unicode: [ OK ] 0.37 sec. 2025-02-03 14:48:18 00527_totals_having_nullable: [ OK ] 0.32 sec. 2025-02-03 14:48:18 02454_set_parameters_formatting: [ OK ] 2.17 sec. 2025-02-03 14:48:19 02426_pod_array_overflow_3: [ OK ] 0.32 sec. 2025-02-03 14:48:19 02311_range_hashed_dictionary_range_cast: [ OK ] 0.37 sec. 2025-02-03 14:48:19 02287_ephemeral_format_crash: [ OK ] 0.37 sec. 2025-02-03 14:48:19 01762_deltasumtimestamp: [ OK ] 0.32 sec. 2025-02-03 14:48:19 02869_unicode_minus: [ OK ] 0.32 sec. 2025-02-03 14:48:20 01428_hash_set_nan_key: [ OK ] 0.32 sec. 2025-02-03 14:48:20 01086_window_view_cleanup: [ OK ] 6.54 sec. 2025-02-03 14:48:20 00271_agg_state_and_totals: [ OK ] 0.32 sec. 2025-02-03 14:48:21 00950_default_prewhere: [ OK ] 0.42 sec. 2025-02-03 14:48:22 02911_arrow_large_list: [ OK ] 2.02 sec. 2025-02-03 14:48:22 03036_parquet_arrow_nullable: [ OK ] 12.61 sec. 2025-02-03 14:48:22 02921_file_engine_size_virtual_column: [ OK ] 2.93 sec. 2025-02-03 14:48:22 00853_join_with_nulls_crash: [ OK ] 0.42 sec. 2025-02-03 14:48:22 00967_insert_into_distributed_different_types: [ OK ] 0.37 sec. 2025-02-03 14:48:23 02886_missed_json_subcolumns: [ OK ] 0.37 sec. 2025-02-03 14:48:23 01767_timezoneOf: [ OK ] 2.03 sec. 2025-02-03 14:48:23 02693_multiple_joins_in: [ OK ] 0.32 sec. 2025-02-03 14:48:23 01096_zeros: [ OK ] 0.37 sec. 2025-02-03 14:48:23 00653_monotonic_integer_cast: [ OK ] 0.32 sec. 2025-02-03 14:48:23 02428_parameterized_view: [ OK ] 27.51 sec. 2025-02-03 14:48:23 00804_test_custom_compression_codes_log_storages: [ OK ] 0.67 sec. 2025-02-03 14:48:23 00508_materialized_view_to: [ OK ] 0.37 sec. 2025-02-03 14:48:23 02474_fix_function_parser_bug: [ OK ] 0.27 sec. 2025-02-03 14:48:24 03150_grouping_sets_use_nulls_pushdown: [ OK ] 0.42 sec. 2025-02-03 14:48:24 00362_great_circle_distance: [ OK ] 0.32 sec. 2025-02-03 14:48:24 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 0.37 sec. 2025-02-03 14:48:24 01071_force_optimize_skip_unused_shards: [ OK ] 0.67 sec. 2025-02-03 14:48:25 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 0.42 sec. 2025-02-03 14:48:25 00700_decimal_empty_aggregates: [ OK ] 1.12 sec. 2025-02-03 14:48:25 02326_numbers_from_json_strings_schema_inference: [ OK ] 0.43 sec. 2025-02-03 14:48:26 03001_bad_error_message_higher_order_functions: [ OK ] 2.38 sec. 2025-02-03 14:48:26 01021_only_tuple_columns: [ OK ] 0.62 sec. 2025-02-03 14:48:26 01720_join_implicit_cast: [ OK ] 1.72 sec. 2025-02-03 14:48:26 02016_agg_empty_result_bug_28880: [ OK ] 0.37 sec. 2025-02-03 14:48:26 02933_group_by_memory_usage: [ OK ] 4.13 sec. 2025-02-03 14:48:26 00753_distributed_system_columns_and_system_tables: [ OK ] 0.42 sec. 2025-02-03 14:48:27 01798_uniq_theta_sketch: [ OK ] 1.07 sec. 2025-02-03 14:48:27 01768_extended_range: [ OK ] 0.37 sec. 2025-02-03 14:48:27 02675_sparse_columns_clear_column: [ OK ] 0.52 sec. 2025-02-03 14:48:28 01681_hyperscan_debug_assertion: [ OK ] 2.18 sec. 2025-02-03 14:48:29 02221_parallel_replicas_bug: [ OK ] 3.08 sec. 2025-02-03 14:48:29 02426_to_string_nullable_fixedstring: [ OK ] 0.37 sec. 2025-02-03 14:48:29 03207_json_read_subcolumns_1_compact_merge_tree: [ OK ] 2.08 sec. 2025-02-03 14:48:29 01659_test_base64Decode_mysql_compatibility: [ OK ] 0.32 sec. 2025-02-03 14:48:29 01119_session_log: [ OK ] 30.87 sec. 2025-02-03 14:48:30 00837_minmax_index: [ OK ] 4.19 sec. 2025-02-03 14:48:30 02699_polygons_sym_difference_total: [ OK ] 0.37 sec. 2025-02-03 14:48:30 01470_test_insert_select_asterisk: [ OK ] 0.42 sec. 2025-02-03 14:48:30 00673_subquery_prepared_set_performance: [ OK ] 0.67 sec. 2025-02-03 14:48:30 02364_window_case: [ OK ] 0.37 sec. 2025-02-03 14:48:31 01913_names_of_tuple_literal: [ OK ] 0.37 sec. 2025-02-03 14:48:31 03036_reading_s3_archives: [ OK ] 0.82 sec. 2025-02-03 14:48:31 03023_invalid_format_detection: [ OK ] 2.28 sec. 2025-02-03 14:48:31 01761_cast_to_enum_nullable: [ OK ] 0.32 sec. 2025-02-03 14:48:31 00157_aliases_and_lambda_formal_parameters: [ OK ] 0.32 sec. 2025-02-03 14:48:32 01120_join_constants: [ OK ] 0.32 sec. 2025-02-03 14:48:32 02539_settings_alias: [ OK ] 4.99 sec. 2025-02-03 14:48:33 02518_parquet_arrow_orc_boolean_value: [ OK ] 2.93 sec. 2025-02-03 14:48:33 01281_sum_nullable: [ OK ] 0.42 sec. 2025-02-03 14:48:33 00909_arrayEnumerateUniq: [ OK ] 1.93 sec. 2025-02-03 14:48:33 02024_join_on_or_long: [ OK ] 1.27 sec. 2025-02-03 14:48:33 00215_primary_key_order_zookeeper_long: [ OK ] 0.42 sec. 2025-02-03 14:48:33 00321_pk_set: [ OK ] 0.37 sec. 2025-02-03 14:48:33 01419_merge_tree_settings_sanity_check: [ OK ] 0.47 sec. 2025-02-03 14:48:33 02935_ipv6_bit_operations: [ OK ] 0.32 sec. 2025-02-03 14:48:33 02572_max_intersections: [ OK ] 0.32 sec. 2025-02-03 14:48:34 03065_analyzer_cross_join_and_array_join: [ OK ] 0.32 sec. 2025-02-03 14:48:34 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.32 sec. 2025-02-03 14:48:34 01599_multiline_input_and_singleline_comments: [ OK ] 1.28 sec. 2025-02-03 14:48:34 02354_vector_search_detach_attach: [ OK ] 0.32 sec. 2025-02-03 14:48:34 02844_max_backup_bandwidth_s3: [ OK ] 27.00 sec. 2025-02-03 14:48:34 02997_projections_formatting: [ OK ] 0.32 sec. 2025-02-03 14:48:34 02725_any_join_single_row: [ OK ] 0.47 sec. 2025-02-03 14:48:35 03151_pmj_join_non_procssed_clash: [ OK ] 0.52 sec. 2025-02-03 14:48:35 02784_move_all_conditions_to_prewhere_analyzer_asan: [ OK ] 0.37 sec. 2025-02-03 14:48:36 02294_dictionaries_hierarchical_index: [ OK ] 0.62 sec. 2025-02-03 14:48:36 03262_column_sizes_with_dynamic_structure: [ OK ] 2.73 sec. 2025-02-03 14:48:36 03247_generic_arrayMin_arrayMax_fixes: [ OK ] 0.42 sec. 2025-02-03 14:48:37 00936_function_result_with_operator_in: [ OK ] 0.52 sec. 2025-02-03 14:48:37 02721_parquet_field_not_found: [ OK ] 2.43 sec. 2025-02-03 14:48:37 00218_like_regexp_newline: [ OK ] 0.37 sec. 2025-02-03 14:48:37 03151_dynamic_type_scale_max_types: [ OK ] 0.47 sec. 2025-02-03 14:48:37 01607_arrays_as_nested_csv: [ OK ] 3.33 sec. 2025-02-03 14:48:38 02125_lz4_compression_bug_CSV: [ OK ] 8.65 sec. 2025-02-03 14:48:38 00122_join_with_subquery_with_subquery: [ OK ] 0.32 sec. 2025-02-03 14:48:38 03169_modify_column_data_loss: [ OK ] 0.42 sec. 2025-02-03 14:48:38 01273_arrow_nullable_arrays_load: [ OK ] 4.03 sec. 2025-02-03 14:48:38 00712_prewhere_with_alias: [ OK ] 0.57 sec. 2025-02-03 14:48:38 01567_system_processes_current_database: [ OK ] 0.37 sec. 2025-02-03 14:48:38 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 0.42 sec. 2025-02-03 14:48:38 02543_alter_update_rename_stuck: [ OK ] 7.09 sec. 2025-02-03 14:48:39 01670_distributed_bytes_to_throw_insert: [ OK ] 0.42 sec. 2025-02-03 14:48:39 00943_mv_rename_without_inner_table: [ OK ] 0.37 sec. 2025-02-03 14:48:39 01581_deduplicate_by_columns_replicated_long: [ OK ] 0.62 sec. 2025-02-03 14:48:40 01374_if_nullable_filimonov: [ OK ] 0.32 sec. 2025-02-03 14:48:40 00937_ipv4_cidr_range: [ OK ] 0.42 sec. 2025-02-03 14:48:40 00007_array: [ OK ] 0.37 sec. 2025-02-03 14:48:41 02592_avro_records_with_same_names: [ OK ] 2.33 sec. 2025-02-03 14:48:41 01018_ambiguous_column: [ OK ] 0.42 sec. 2025-02-03 14:48:41 02956_rocksdb_with_ttl: [ OK ] 3.39 sec. 2025-02-03 14:48:41 00506_union_distributed: [ OK ] 0.47 sec. 2025-02-03 14:48:42 02158_ztest_cmp: [ OK ] 3.43 sec. 2025-02-03 14:48:42 02373_datetime64_monotonicity: [ OK ] 4.23 sec. 2025-02-03 14:48:42 02423_insert_stats_behaviour: [ OK ] 6.19 sec. 2025-02-03 14:48:42 01646_rewrite_sum_if: [ OK ] 0.62 sec. 2025-02-03 14:48:43 00674_join_on_syntax: [ OK ] 0.92 sec. 2025-02-03 14:48:43 01089_alter_settings_old_format: [ OK ] 0.47 sec. 2025-02-03 14:48:43 02874_json_merge_patch_function_test: [ OK ] 0.57 sec. 2025-02-03 14:48:43 02030_function_mapContainsKeyLike: [ OK ] 0.47 sec. 2025-02-03 14:48:43 00697_in_subquery_shard: [ OK ] 0.57 sec. 2025-02-03 14:48:44 01670_test_repeat_mysql_dialect: [ OK ] 0.37 sec. 2025-02-03 14:48:44 02786_parquet_big_integer_compatibility: [ OK ] 2.78 sec. 2025-02-03 14:48:44 01072_drop_temporary_table_with_same_name: [ OK ] 0.42 sec. 2025-02-03 14:48:45 00608_uniq_array: [ OK ] 0.37 sec. 2025-02-03 14:48:45 02533_generate_random_schema_inference: [ OK ] 0.32 sec. 2025-02-03 14:48:45 03153_dynamic_type_empty: [ OK ] 0.37 sec. 2025-02-03 14:48:45 00719_parallel_ddl_db: [ OK ] 28.57 sec. 2025-02-03 14:48:46 02904_empty_order_by_with_setting_enabled: [ OK ] 3.13 sec. 2025-02-03 14:48:46 02941_projections_external_aggregation: [ OK ] 0.77 sec. 2025-02-03 14:48:46 01076_json_each_row_array: [ OK ] 2.43 sec. 2025-02-03 14:48:46 01293_pretty_max_value_width: [ OK ] 0.42 sec. 2025-02-03 14:48:46 03161_ipv4_ipv6_equality: [ OK ] 0.32 sec. 2025-02-03 14:48:47 02554_log_faminy_support_storage_policy: [ OK ] 0.47 sec. 2025-02-03 14:48:47 02488_zero_copy_detached_parts_drop_table: [ OK ] 5.59 sec. 2025-02-03 14:48:47 02900_matview_create_to_errors: [ OK ] 2.13 sec. 2025-02-03 14:48:47 02457_morton_coding: [ OK ] 0.82 sec. 2025-02-03 14:48:47 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 0.37 sec. 2025-02-03 14:48:47 02343_aggregation_pipeline: [ OK ] 0.47 sec. 2025-02-03 14:48:47 02971_functions_to_subcolumns_variant: [ OK ] 0.37 sec. 2025-02-03 14:48:48 00661_optimize_final_replicated_without_partition_zookeeper: [ OK ] 0.52 sec. 2025-02-03 14:48:48 03200_subcolumns_join_use_nulls: [ OK ] 0.32 sec. 2025-02-03 14:48:48 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 6.94 sec. 2025-02-03 14:48:48 00739_array_element_nullable_string_mattrobenolt: [ OK ] 0.37 sec. 2025-02-03 14:48:48 03041_dynamic_type_check_table: [ OK ] 9.66 sec. 2025-02-03 14:48:49 02356_insert_query_log_metrics: [ OK ] 0.62 sec. 2025-02-03 14:48:49 03156_analyzer_array_join_distributed: [ OK ] 0.47 sec. 2025-02-03 14:48:49 01925_map_populate_series_on_map: [ OK ] 0.57 sec. 2025-02-03 14:48:49 03023_zeros_generate_random_with_limit_progress_bar: [ OK ] 1.87 sec. 2025-02-03 14:48:49 02703_jit_external_aggregation: [ SKIPPED ] 0.00 sec. 2025-02-03 14:48:49 Reason: not running for current build 2025-02-03 14:48:50 00825_protobuf_format_nested_in_nested: [ OK ] 3.23 sec. 2025-02-03 14:48:50 01821_join_table_mutation: [ OK ] 0.42 sec. 2025-02-03 14:48:50 03130_convert_outer_join_to_inner_join: [ OK ] 0.42 sec. 2025-02-03 14:48:50 00563_shard_insert_into_remote: [ OK ] 0.37 sec. 2025-02-03 14:48:50 01592_toUnixTimestamp_Date: [ OK ] 0.37 sec. 2025-02-03 14:48:51 02250_lots_of_columns_in_csv_with_names: [ OK ] 3.33 sec. 2025-02-03 14:48:51 01436_storage_merge_with_join_push_down: [ OK ] 0.37 sec. 2025-02-03 14:48:51 01586_columns_pruning: [ OK ] 0.47 sec. 2025-02-03 14:48:51 02482_value_block_parsing: [ OK ] 2.07 sec. 2025-02-03 14:48:51 02969_functions_to_subcolumns_if_null: [ OK ] 0.37 sec. 2025-02-03 14:48:51 01942_untuple_transformers_msan: [ OK ] 0.32 sec. 2025-02-03 14:48:51 00098_1_union_all: [ OK ] 0.42 sec. 2025-02-03 14:48:51 01518_cast_nullable_virtual_system_column: [ OK ] 0.32 sec. 2025-02-03 14:48:51 01050_group_array_sample: [ OK ] 0.32 sec. 2025-02-03 14:48:51 01633_limit_fuzz: [ OK ] 0.32 sec. 2025-02-03 14:48:51 02763_row_policy_storage_merge_alias: [ OK ] 0.57 sec. 2025-02-03 14:48:52 02713_sequence_match_serialization_fix: [ OK ] 0.37 sec. 2025-02-03 14:48:52 02336_sort_optimization_with_fill: [ OK ] 0.32 sec. 2025-02-03 14:48:52 01616_untuple_access_field: [ OK ] 0.27 sec. 2025-02-03 14:48:52 02982_create_mv_inner_extra: [ OK ] 0.32 sec. 2025-02-03 14:48:52 03197_storage_join_strictness_type_restriction: [ OK ] 0.37 sec. 2025-02-03 14:48:53 01428_h3_range_check: [ OK ] 0.42 sec. 2025-02-03 14:48:53 01600_multiple_left_join_with_aliases: [ OK ] 0.39 sec. 2025-02-03 14:48:53 02486_truncate_and_unexpected_parts: [ OK ] 1.63 sec. 2025-02-03 14:48:53 02353_isnullable: [ OK ] 0.37 sec. 2025-02-03 14:48:53 00169_join_constant_keys: [ OK ] 0.38 sec. 2025-02-03 14:48:54 01944_insert_partition_by: [ OK ] 0.62 sec. 2025-02-03 14:48:54 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec. 2025-02-03 14:48:54 Reason: not running for current build 2025-02-03 14:48:54 00826_cross_to_inner_join: [ OK ] 0.78 sec. 2025-02-03 14:48:54 00502_sum_map: [ OK ] 0.67 sec. 2025-02-03 14:48:54 02293_h3_line: [ OK ] 0.52 sec. 2025-02-03 14:48:54 01276_system_licenses: [ OK ] 0.37 sec. 2025-02-03 14:48:55 03217_primary_index_memory_leak: [ OK ] 4.79 sec. 2025-02-03 14:48:55 02737_arrayJaccardIndex: [ OK ] 0.62 sec. 2025-02-03 14:48:55 01106_const_fixed_string_like: [ OK ] 0.47 sec. 2025-02-03 14:48:55 01273_arrow_decimal: [ OK ] 3.53 sec. 2025-02-03 14:48:55 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.32 sec. 2025-02-03 14:48:55 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 0.32 sec. 2025-02-03 14:48:55 02476_analyzer_join_with_unused_columns: [ OK ] 0.32 sec. 2025-02-03 14:48:55 00999_join_on_expression: [ OK ] 0.47 sec. 2025-02-03 14:48:56 00732_quorum_insert_lost_part_zookeeper_long: [ OK ] 0.52 sec. 2025-02-03 14:48:56 01053_if_chain_check: [ OK ] 0.32 sec. 2025-02-03 14:48:56 02922_server_exit_code: [ OK ] 2.08 sec. 2025-02-03 14:48:56 00447_foreach_modifier: [ OK ] 0.42 sec. 2025-02-03 14:48:56 02735_system_zookeeper_connection: [ OK ] 0.42 sec. 2025-02-03 14:48:56 03215_parsing_archive_name_s3: [ OK ] 0.47 sec. 2025-02-03 14:48:56 00495_reading_const_zero_column: [ OK ] 0.37 sec. 2025-02-03 14:48:56 00623_in_partition_key: [ OK ] 0.72 sec. 2025-02-03 14:48:57 02724_mutliple_storage_join: [ OK ] 0.37 sec. 2025-02-03 14:48:57 03037_dynamic_merges_2_vertical_compact_merge_tree: [ SKIPPED ] 0.00 sec. 2025-02-03 14:48:57 Reason: not running for current build 2025-02-03 14:48:57 00008_array_join: [ OK ] 0.32 sec. 2025-02-03 14:48:57 02415_all_new_functions_must_be_documented: [ OK ] 0.32 sec. 2025-02-03 14:48:57 02998_projection_after_attach_partition: [ OK ] 0.37 sec. 2025-02-03 14:48:58 02456_async_inserts_logs: [ OK ] 9.85 sec. 2025-02-03 14:48:58 00854_multiple_join_asterisks: [ OK ] 0.37 sec. 2025-02-03 14:48:58 00862_decimal_in: [ OK ] 0.42 sec. 2025-02-03 14:48:58 03003_enum_and_string_compatible: [ OK ] 0.32 sec. 2025-02-03 14:48:59 01671_aggregate_function_group_bitmap_data: [ OK ] 0.37 sec. 2025-02-03 14:48:59 03208_array_of_json_read_subcolumns_1: [ OK ] 3.38 sec. 2025-02-03 14:48:59 01081_window_view_target_table_engine: [ OK ] 3.38 sec. 2025-02-03 14:48:59 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 0.47 sec. 2025-02-03 14:49:00 01049_zookeeper_synchronous_mutations_long: [ OK ] 0.67 sec. 2025-02-03 14:49:00 02493_inconsistent_hex_and_binary_number: [ OK ] 3.48 sec. 2025-02-03 14:49:00 03152_dynamic_type_simple: [ OK ] 0.37 sec. 2025-02-03 14:49:00 03034_ddls_and_merges_with_unusual_maps: [ OK ] 0.47 sec. 2025-02-03 14:49:00 01137_sample_final: [ OK ] 0.37 sec. 2025-02-03 14:49:00 02366_kql_create_table: [ OK ] 0.42 sec. 2025-02-03 14:49:00 03261_json_hints_types_check: [ OK ] 0.47 sec. 2025-02-03 14:49:01 01056_predicate_optimizer_bugs: [ OK ] 0.57 sec. 2025-02-03 14:49:01 01009_insert_select_data_loss: [ OK ] 0.32 sec. 2025-02-03 14:49:01 02783_date_predicate_optimizations: [ OK ] 1.17 sec. 2025-02-03 14:49:02 02876_yyyymmddhhmmsstodatetime: [ OK ] 1.22 sec. 2025-02-03 14:49:02 02317_distinct_in_order_optimization_explain: [ OK ] 16.77 sec. 2025-02-03 14:49:02 01072_json_each_row_data_in_square_brackets: [ OK ] 0.32 sec. 2025-02-03 14:49:02 00473_output_format_json_quote_denormals: [ OK ] 3.53 sec. 2025-02-03 14:49:02 02316_cast_to_ip_address_default_column: [ OK ] 0.37 sec. 2025-02-03 14:49:02 01519_topK_distributed_parametrized: [ OK ] 0.37 sec. 2025-02-03 14:49:03 00154_shard_distributed_with_distinct: [ OK ] 0.32 sec. 2025-02-03 14:49:03 01890_state_of_state: [ OK ] 0.57 sec. 2025-02-03 14:49:03 00940_max_parts_in_total: [ OK ] 0.37 sec. 2025-02-03 14:49:03 02596_build_set_and_remote: [ OK ] 0.57 sec. 2025-02-03 14:49:03 02669_alter_modify_to_nullable: [ OK ] 1.02 sec. 2025-02-03 14:49:04 02863_ignore_foreign_keys_in_tables_definition: [ OK ] 0.32 sec. 2025-02-03 14:49:04 03002_analyzer_prewhere: [ OK ] 0.37 sec. 2025-02-03 14:49:04 03003_analyzer_setting: [ OK ] 0.37 sec. 2025-02-03 14:49:04 03271_decimal_monotonic_day_of_week: [ OK ] 0.42 sec. 2025-02-03 14:49:04 01851_s2_to_geo: [ OK ] 0.32 sec. 2025-02-03 14:49:04 00585_union_all_subquery_aggregation_column_removal: [ OK ] 0.42 sec. 2025-02-03 14:49:05 02380_insert_mv_race: [ OK ] 3.33 sec. 2025-02-03 14:49:05 03068_analyzer_distributed_join: [ OK ] 0.47 sec. 2025-02-03 14:49:05 00779_all_right_join_max_block_size: [ OK ] 0.32 sec. 2025-02-03 14:49:05 01088_array_slice_of_aggregate_functions: [ OK ] 0.32 sec. 2025-02-03 14:49:05 01356_initialize_aggregation: [ OK ] 0.37 sec. 2025-02-03 14:49:06 02021_h3_is_res_classIII: [ OK ] 0.32 sec. 2025-02-03 14:49:06 01518_nullable_aggregate_states1: [ OK ] 0.37 sec. 2025-02-03 14:49:06 01409_topK_merge: [ OK ] 0.37 sec. 2025-02-03 14:49:06 02565_update_empty_nested: [ OK ] 0.42 sec. 2025-02-03 14:49:06 03071_analyzer_array_join_forbid_non_existing_columns: [ OK ] 0.32 sec. 2025-02-03 14:49:07 00041_aggregation_remap: [ OK ] 0.37 sec. 2025-02-03 14:49:07 03009_format_show_database: [ OK ] 2.48 sec. 2025-02-03 14:49:07 02310_generate_multi_columns_with_uuid: [ OK ] 0.32 sec. 2025-02-03 14:49:07 02832_transform_fixed_string_no_default: [ OK ] 0.37 sec. 2025-02-03 14:49:07 02421_truncate_isolation_with_mutations: [ OK ] 21.24 sec. 2025-02-03 14:49:07 02864_replace_regexp_string_fallback: [ OK ] 0.48 sec. 2025-02-03 14:49:07 03164_parallel_replicas_range_filter_min_max: [ OK ] 0.62 sec. 2025-02-03 14:49:07 00960_eval_ml_method_const: [ OK ] 0.32 sec. 2025-02-03 14:49:07 00832_storage_file_lock: [ OK ] 0.37 sec. 2025-02-03 14:49:08 02900_buffer_table_alter_race: [ OK ] 9.71 sec. 2025-02-03 14:49:08 01622_constraints_where_optimization: [ OK ] 0.42 sec. 2025-02-03 14:49:08 01951_distributed_push_down_limit: [ OK ] 0.37 sec. 2025-02-03 14:49:08 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 0.37 sec. 2025-02-03 14:49:08 01825_type_json_ghdata: [ OK ] 6.74 sec. 2025-02-03 14:49:08 01001_enums_in_in_section: [ OK ] 0.32 sec. 2025-02-03 14:49:08 02011_normalize_utf8: [ OK ] 0.62 sec. 2025-02-03 14:49:08 01600_remerge_sort_lowered_memory_bytes_ratio: [ OK ] 1.38 sec. 2025-02-03 14:49:09 02707_analyzer_nested_lambdas_types: [ OK ] 0.32 sec. 2025-02-03 14:49:09 00338_replicate_array_of_strings: [ OK ] 0.37 sec. 2025-02-03 14:49:09 01043_dictionary_attribute_properties_values: [ OK ] 0.37 sec. 2025-02-03 14:49:09 03013_group_by_use_nulls_with_materialize_and_analyzer: [ OK ] 0.37 sec. 2025-02-03 14:49:09 01925_date_date_time_comparison: [ OK ] 0.37 sec. 2025-02-03 14:49:09 02366_kql_func_math: [ OK ] 0.42 sec. 2025-02-03 14:49:09 01042_check_query_and_last_granule_size: [ OK ] 0.47 sec. 2025-02-03 14:49:09 01038_array_of_unnamed_tuples: [ OK ] 0.32 sec. 2025-02-03 14:49:09 01683_intdiv_ubsan: [ OK ] 0.32 sec. 2025-02-03 14:49:09 01576_if_null_external_aggregation: [ OK ] 2.33 sec. 2025-02-03 14:49:09 02552_client_format_settings: [ OK ] 0.32 sec. 2025-02-03 14:49:10 01025_array_compact_generic: [ OK ] 0.37 sec. 2025-02-03 14:49:10 01259_datetime64_ubsan: [ OK ] 0.37 sec. 2025-02-03 14:49:10 01825_new_type_json_3: [ OK ] 0.72 sec. 2025-02-03 14:49:10 00834_limit_with_constant_expressions: [ OK ] 0.62 sec. 2025-02-03 14:49:10 01459_default_value_of_argument_type_nullptr_dereference: [ OK ] 0.32 sec. 2025-02-03 14:49:10 03096_largest_triangle_3b_crash: [ OK ] 0.32 sec. 2025-02-03 14:49:11 02771_jit_functions_comparison_crash: [ OK ] 0.37 sec. 2025-02-03 14:49:11 02291_dictionary_scalar_subquery_reload: [ OK ] 0.47 sec. 2025-02-03 14:49:11 01319_query_formatting_in_server_log: [ OK ] 0.97 sec. 2025-02-03 14:49:11 01055_compact_parts_1: [ OK ] 0.42 sec. 2025-02-03 14:49:12 01804_uniq_up_to_ubsan: [ OK ] 0.37 sec. 2025-02-03 14:49:12 03273_dictionary_rbac: [ OK ] 3.78 sec. 2025-02-03 14:49:12 02341_global_join_cte: [ OK ] 0.47 sec. 2025-02-03 14:49:12 01682_gather_utils_ubsan: [ OK ] 0.37 sec. 2025-02-03 14:49:12 01544_errorCodeToName: [ OK ] 0.32 sec. 2025-02-03 14:49:12 00613_shard_distributed_max_execution_time: [ OK ] 0.32 sec. 2025-02-03 14:49:12 02473_multistep_split_prewhere: [ OK ] 15.67 sec. 2025-02-03 14:49:13 02345_create_table_allow_trailing_comma: [ OK ] 0.37 sec. 2025-02-03 14:49:13 01620_fix_simple_state_arg_type: [ OK ] 0.42 sec. 2025-02-03 14:49:13 02908_table_ttl_dependency: [ OK ] 2.58 sec. 2025-02-03 14:49:13 02353_partition_prune_nullable_key: [ OK ] 0.32 sec. 2025-02-03 14:49:13 00482_subqueries_and_aliases: [ OK ] 0.32 sec. 2025-02-03 14:49:13 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 0.32 sec. 2025-02-03 14:49:13 02890_partition_prune_in_extra_columns: [ OK ] 0.32 sec. 2025-02-03 14:49:14 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 0.72 sec. 2025-02-03 14:49:14 03002_int_div_decimal_with_date_bug: [ OK ] 0.32 sec. 2025-02-03 14:49:14 01010_partial_merge_join_const_and_lc: [ OK ] 0.42 sec. 2025-02-03 14:49:14 02112_skip_index_set_and_or: [ OK ] 0.32 sec. 2025-02-03 14:49:14 03169_display_column_names_in_footer: [ OK ] 0.37 sec. 2025-02-03 14:49:15 02674_trivial_count_analyzer: [ OK ] 0.47 sec. 2025-02-03 14:49:15 01012_select_limit_x_0: [ OK ] 0.32 sec. 2025-02-03 14:49:16 02932_idna: [ OK ] 1.12 sec. 2025-02-03 14:49:16 02710_protobuf_ipv4_date32: [ OK ] 2.53 sec. 2025-02-03 14:49:18 02421_type_json_async_insert: [ OK ] 8.10 sec. 2025-02-03 14:49:18 02385_analyzer_aliases_compound_expression: [ OK ] 0.42 sec. 2025-02-03 14:49:18 01532_having_with_totals: [ OK ] 0.37 sec. 2025-02-03 14:49:19 00910_client_window_size_detection: [ OK ] 2.08 sec. 2025-02-03 14:49:19 03115_alias_exists_column: [ OK ] 0.32 sec. 2025-02-03 14:49:19 02688_aggregate_states: [ OK ] 0.62 sec. 2025-02-03 14:49:19 02383_array_signed_const_positive_index: [ OK ] 0.37 sec. 2025-02-03 14:49:20 01656_ipv4_bad_formatting: [ OK ] 0.32 sec. 2025-02-03 14:49:20 00540_bad_data_types: [ OK ] 6.09 sec. 2025-02-03 14:49:21 02313_test_fpc_codec: [ OK ] 0.47 sec. 2025-02-03 14:49:22 00354_host_command_line_option: [ OK ] 2.68 sec. 2025-02-03 14:49:22 00981_topK_topKWeighted_long: [ OK ] 5.84 sec. 2025-02-03 14:49:22 01060_defaults_all_columns: [ OK ] 0.32 sec. 2025-02-03 14:49:22 02354_window_expression_with_aggregation_expression: [ OK ] 0.37 sec. 2025-02-03 14:49:22 00952_input_function: [ OK ] 10.20 sec. 2025-02-03 14:49:22 02146_mv_non_phys: [ OK ] 0.27 sec. 2025-02-03 14:49:23 02920_alter_column_of_projections: [ OK ] 0.47 sec. 2025-02-03 14:49:23 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.27 sec. 2025-02-03 14:49:23 01785_pmj_lc_bug: [ OK ] 0.37 sec. 2025-02-03 14:49:23 02017_columns_with_dot: [ OK ] 0.37 sec. 2025-02-03 14:49:23 00351_select_distinct_arrays_tuples: [ OK ] 0.32 sec. 2025-02-03 14:49:24 00746_hashing_tuples: [ OK ] 0.37 sec. 2025-02-03 14:49:24 02228_merge_tree_insert_memory_usage: [ OK ] 1.02 sec. 2025-02-03 14:49:24 00088_distinct_of_arrays_of_strings: [ OK ] 0.27 sec. 2025-02-03 14:49:24 01581_deduplicate_by_columns_local: [ OK ] 0.77 sec. 2025-02-03 14:49:24 01071_in_array: [ OK ] 0.32 sec. 2025-02-03 14:49:24 01121_remote_scalar_subquery: [ OK ] 0.27 sec. 2025-02-03 14:49:24 01825_type_json_16: [ OK ] 3.53 sec. 2025-02-03 14:49:24 01392_column_resolve: [ OK ] 0.32 sec. 2025-02-03 14:49:24 01413_if_array_uuid: [ OK ] 0.32 sec. 2025-02-03 14:49:25 02133_final_prewhere_where_lowcardinality_replacing: [ OK ] 0.42 sec. 2025-02-03 14:49:25 01255_geo_types_livace: [ OK ] 0.32 sec. 2025-02-03 14:49:25 02515_analyzer_null_for_empty: [ OK ] 0.32 sec. 2025-02-03 14:49:25 02737_sql_auto_is_null: [ OK ] 0.32 sec. 2025-02-03 14:49:25 02974_if_with_map: [ OK ] 0.37 sec. 2025-02-03 14:49:26 01155_old_mutation_parts_to_do: [ OK ] 14.16 sec. 2025-02-03 14:49:26 02792_alter_table_modify_comment: [ OK ] 0.72 sec. 2025-02-03 14:49:26 02493_analyzer_table_functions_untuple: [ OK ] 0.37 sec. 2025-02-03 14:49:26 00973_uniq_non_associativity: [ OK ] 1.83 sec. 2025-02-03 14:49:26 01043_h3_edge_length_m: [ OK ] 0.32 sec. 2025-02-03 14:49:27 01083_aggregation_memory_efficient_bug: [ OK ] 0.52 sec. 2025-02-03 14:49:27 02481_default_value_used_in_row_level_filter: [ OK ] 0.38 sec. 2025-02-03 14:49:27 02903_client_insert_in_background: [ OK ] 2.68 sec. 2025-02-03 14:49:27 02478_window_frame_type_groups: [ OK ] 0.37 sec. 2025-02-03 14:49:27 02407_array_element_from_map_wrong_type: [ OK ] 0.32 sec. 2025-02-03 14:49:27 02810_fix_remove_dedundant_distinct_view: [ OK ] 0.37 sec. 2025-02-03 14:49:28 03033_tupleIntXYZ_and_tupleModulo: [ OK ] 0.67 sec. 2025-02-03 14:49:28 02501_analyzer_expired_context_crash_fix: [ OK ] 0.32 sec. 2025-02-03 14:49:28 02151_hash_table_sizes_stats_distributed: [ SKIPPED ] 0.00 sec. 2025-02-03 14:49:28 Reason: not running for current build 2025-02-03 14:49:28 03033_create_as_copies_comment: [ OK ] 0.37 sec. 2025-02-03 14:49:28 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 2.08 sec. 2025-02-03 14:49:28 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 0.32 sec. 2025-02-03 14:49:29 02751_text_formats_bad_nullable_parsing: [ OK ] 3.74 sec. 2025-02-03 14:49:29 01676_range_hashed_dictionary: [ OK ] 0.57 sec. 2025-02-03 14:49:29 01326_build_id: [ OK ] 0.32 sec. 2025-02-03 14:49:29 00618_nullable_in: [ OK ] 0.32 sec. 2025-02-03 14:49:29 01136_multiple_sets: [ OK ] 0.37 sec. 2025-02-03 14:49:30 02559_multiple_read_steps_in_prewhere_missing_columns_2: [ OK ] 0.32 sec. 2025-02-03 14:49:30 00566_enum_min_max: [ OK ] 0.37 sec. 2025-02-03 14:49:30 00028_shard_big_agg_aj_distributed: [ OK ] 0.42 sec. 2025-02-03 14:49:30 02554_format_json_columns_for_empty: [ OK ] 0.27 sec. 2025-02-03 14:49:30 00980_crash_nullable_decimal: [ OK ] 0.32 sec. 2025-02-03 14:49:31 01406_carriage_return_in_tsv_csv: [ OK ] 3.28 sec. 2025-02-03 14:49:31 02245_make_datetime64: [ OK ] 0.87 sec. 2025-02-03 14:49:32 02128_cast_nullable: [ OK ] 0.32 sec. 2025-02-03 14:49:32 01893_jit_aggregation_function_min_long: [ OK ] 0.72 sec. 2025-02-03 14:49:32 00293_shard_max_subquery_depth: [ OK ] 0.42 sec. 2025-02-03 14:49:32 02661_read_from_archive_targz: [ OK ] 12.51 sec. 2025-02-03 14:49:32 02962_parallel_window_functions_different_partitioning: [ OK ] 0.37 sec. 2025-02-03 14:49:32 01710_normal_projection_join_plan_fix: [ OK ] 0.37 sec. 2025-02-03 14:49:33 01280_unicode_whitespaces_lexer: [ OK ] 0.32 sec. 2025-02-03 14:49:33 02731_replace_partition_from_temporary_table: [ OK ] 1.57 sec. 2025-02-03 14:49:34 01071_window_view_event_tumble_asc_join: [ OK ] 3.78 sec. 2025-02-03 14:49:35 02118_deserialize_whole_text: [ OK ] 7.44 sec. 2025-02-03 14:49:36 01508_format_regexp_raw: [ OK ] 2.48 sec. 2025-02-03 14:49:36 02922_respect_nulls_Nullable: [ OK ] 0.52 sec. 2025-02-03 14:49:36 02703_max_local_read_bandwidth: [ OK ] 27.25 sec. 2025-02-03 14:49:37 02266_auto_add_nullable: [ OK ] 0.32 sec. 2025-02-03 14:49:37 00974_primary_key_for_lowCardinality: [ OK ] 4.43 sec. 2025-02-03 14:49:37 02933_ephemeral_mv: [ OK ] 0.37 sec. 2025-02-03 14:49:37 00098_f_union_all: [ OK ] 0.32 sec. 2025-02-03 14:49:37 02374_analyzer_join_using: [ OK ] 1.28 sec. 2025-02-03 14:49:38 02902_add_scalar_in_all_case: [ OK ] 0.32 sec. 2025-02-03 14:49:38 02012_zookeeper_changed_enum_type: [ OK ] 0.42 sec. 2025-02-03 14:49:38 02891_rename_table_without_keyword: [ OK ] 0.42 sec. 2025-02-03 14:49:38 02470_suspicious_low_cardinality_msan: [ OK ] 0.42 sec. 2025-02-03 14:49:38 00825_protobuf_format_splitted_nested: [ OK ] 3.08 sec. 2025-02-03 14:49:38 02982_dont_infer_exponent_floats: [ OK ] 0.27 sec. 2025-02-03 14:49:38 00688_low_cardinality_in: [ OK ] 0.42 sec. 2025-02-03 14:49:38 01632_nullable_string_type_convert_to_decimal_type: [ OK ] 0.32 sec. 2025-02-03 14:49:38 01095_tpch_like_smoke: [ OK ] 0.87 sec. 2025-02-03 14:49:39 01651_lc_insert_tiny_log_3: [ OK ] 10.36 sec. 2025-02-03 14:49:39 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 0.47 sec. 2025-02-03 14:49:39 01307_polygon_perimeter: [ OK ] 0.27 sec. 2025-02-03 14:49:39 00517_date_parsing: [ OK ] 0.62 sec. 2025-02-03 14:49:39 02316_hierarchical_dictionaries_nullable_parent_key: [ OK ] 0.67 sec. 2025-02-03 14:49:39 00804_test_custom_compression_codecs: [ OK ] 0.87 sec. 2025-02-03 14:49:39 02908_filesystem_cache_as_collection: [ OK ] 0.37 sec. 2025-02-03 14:49:40 00897_flatten: [ OK ] 0.37 sec. 2025-02-03 14:49:40 00696_system_columns_limit: [ OK ] 0.37 sec. 2025-02-03 14:49:40 01822_short_circuit: [ OK ] 1.07 sec. 2025-02-03 14:49:41 01825_new_type_json_add_column: [ OK ] 0.47 sec. 2025-02-03 14:49:41 02188_table_function_format: [ OK ] 0.32 sec. 2025-02-03 14:49:41 02968_analyzer_join_column_not_found: [ OK ] 0.37 sec. 2025-02-03 14:49:41 02285_hex_bin_support_more_types: [ OK ] 0.42 sec. 2025-02-03 14:49:42 02290_client_insert_cancel: [ OK ] 2.88 sec. 2025-02-03 14:49:42 00160_merge_and_index_in_in: [ OK ] 2.48 sec. 2025-02-03 14:49:42 01358_constexpr_constraint: [ OK ] 0.32 sec. 2025-02-03 14:49:42 02984_form_format: [ OK ] 3.08 sec. 2025-02-03 14:49:42 00709_virtual_column_partition_id: [ OK ] 0.32 sec. 2025-02-03 14:49:42 01471_with_format: [ OK ] 0.32 sec. 2025-02-03 14:49:43 02981_variant_type_function: [ OK ] 0.47 sec. 2025-02-03 14:49:43 02513_prewhere_combine_step_filters: [ OK ] 0.52 sec. 2025-02-03 14:49:43 00910_buffer_prewhere: [ OK ] 0.32 sec. 2025-02-03 14:49:44 02176_dict_get_has_implicit_key_cast: [ OK ] 0.62 sec. 2025-02-03 14:49:44 03211_nested_json_merges: [ SKIPPED ] 0.00 sec. 2025-02-03 14:49:44 Reason: not running for current build 2025-02-03 14:49:44 02560_vertical_merge_memory_usage: [ OK ] 1.82 sec. 2025-02-03 14:49:44 00503_cast_const_nullable: [ OK ] 0.32 sec. 2025-02-03 14:49:44 00743_limit_by_not_found_column: [ OK ] 0.37 sec. 2025-02-03 14:49:45 00116_storage_set: [ OK ] 0.42 sec. 2025-02-03 14:49:45 00417_kill_query: [ OK ] 4.48 sec. 2025-02-03 14:49:45 00834_kill_mutation_replicated_zookeeper: [ OK ] 41.15 sec. 2025-02-03 14:49:45 00471_sql_style_quoting: [ OK ] 0.32 sec. 2025-02-03 14:49:45 01825_type_json_ephemeral: [ OK ] 0.37 sec. 2025-02-03 14:49:46 02812_subquery_operators: [ OK ] 0.37 sec. 2025-02-03 14:49:46 01119_optimize_trivial_insert_select: [ OK ] 0.52 sec. 2025-02-03 14:49:46 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 0.32 sec. 2025-02-03 14:49:47 02896_max_execution_time_with_break_overflow_mode: [ OK ] 5.34 sec. 2025-02-03 14:49:47 00623_truncate_table: [ OK ] 0.67 sec. 2025-02-03 14:49:47 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 2.03 sec. 2025-02-03 14:49:48 01009_global_array_join_names: [ OK ] 0.37 sec. 2025-02-03 14:49:48 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 0.37 sec. 2025-02-03 14:49:48 02802_clickhouse_disks_s3_copy: [ OK ] 3.88 sec. 2025-02-03 14:49:48 03144_invalid_filter: [ OK ] 0.37 sec. 2025-02-03 14:49:48 01273_lc_fixed_string_field: [ OK ] 0.32 sec. 2025-02-03 14:49:48 01935_parametrized_query_parametric_aggregate_function: [ OK ] 1.78 sec. 2025-02-03 14:49:49 01710_projections_optimize_aggregation_in_order: [ OK ] 6.14 sec. 2025-02-03 14:49:49 01097_one_more_range_reader_test_wide_part: [ OK ] 0.37 sec. 2025-02-03 14:49:49 01661_test_toDayOfWeek_mysql_compatibility: [ OK ] 0.32 sec. 2025-02-03 14:49:49 00809_add_days_segfault: [ OK ] 0.47 sec. 2025-02-03 14:49:49 02050_clickhouse_local_parsing_exception: [ OK ] 1.98 sec. 2025-02-03 14:49:49 02160_h3_cell_area_m2: [ OK ] 0.32 sec. 2025-02-03 14:49:49 02235_check_table_sparse_serialization: [ OK ] 0.32 sec. 2025-02-03 14:49:49 01232_untuple: [ OK ] 0.37 sec. 2025-02-03 14:49:49 00205_emptyscalar_subquery_type_mismatch_bug: [ OK ] 0.37 sec. 2025-02-03 14:49:50 03127_argMin_combinator_state: [ OK ] 0.37 sec. 2025-02-03 14:49:50 01084_defaults_on_aliases: [ OK ] 0.42 sec. 2025-02-03 14:49:50 02317_distinct_in_order_optimization: [ OK ] 0.97 sec. 2025-02-03 14:49:50 01700_system_zookeeper_path_in: [ OK ] 0.42 sec. 2025-02-03 14:49:51 02842_mutations_replace_non_deterministic: [ OK ] 1.17 sec. 2025-02-03 14:49:51 01685_ssd_cache_dictionary_complex_key: [ OK ] 2.28 sec. 2025-02-03 14:49:51 00725_join_on_bug_4: [ OK ] 0.32 sec. 2025-02-03 14:49:51 01525_select_with_offset_fetch_clause: [ OK ] 0.32 sec. 2025-02-03 14:49:51 02995_index_5: [ SKIPPED ] 0.00 sec. 2025-02-03 14:49:51 Reason: not running for current build 2025-02-03 14:49:51 00111_shard_external_sort_distributed: [ OK ] 17.58 sec. 2025-02-03 14:49:52 03165_order_by_duplicate: [ OK ] 0.32 sec. 2025-02-03 14:49:52 01013_hex_decimal: [ OK ] 0.32 sec. 2025-02-03 14:49:52 00819_ast_refactoring_bugs: [ OK ] 0.32 sec. 2025-02-03 14:49:52 01665_substring_ubsan: [ OK ] 0.27 sec. 2025-02-03 14:49:52 01614_with_fill_with_limit: [ OK ] 0.32 sec. 2025-02-03 14:49:52 00059_shard_global_in_mergetree: [ OK ] 0.47 sec. 2025-02-03 14:49:52 02121_pager: [ OK ] 2.28 sec. 2025-02-03 14:49:52 03155_datasketches_ubsan: [ OK ] 0.32 sec. 2025-02-03 14:49:53 02358_file_default_value: [ OK ] 2.23 sec. 2025-02-03 14:49:53 01715_table_function_view_fix: [ OK ] 0.32 sec. 2025-02-03 14:49:53 02504_regexp_dictionary_ua_parser: [ OK ] 3.58 sec. 2025-02-03 14:49:53 03006_mv_deduplication_throw_if_async_insert: [ OK ] 0.62 sec. 2025-02-03 14:49:53 00972_geohashesInBox: [ OK ] 0.92 sec. 2025-02-03 14:49:53 01835_alias_to_primary_key_cyfdecyf: [ OK ] 0.32 sec. 2025-02-03 14:49:53 01049_window_view_window_functions: [ OK ] 0.72 sec. 2025-02-03 14:49:53 02911_analyzer_explain_estimate: [ OK ] 0.32 sec. 2025-02-03 14:49:54 00794_materialized_view_with_column_defaults: [ OK ] 0.37 sec. 2025-02-03 14:49:54 02538_analyzer_create_table_as_select: [ OK ] 0.37 sec. 2025-02-03 14:49:55 02834_timestamp_function: [ OK ] 0.52 sec. 2025-02-03 14:49:56 02221_system_zookeeper_unrestricted_like: [ OK ] 4.28 sec. 2025-02-03 14:49:56 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 3.53 sec. 2025-02-03 14:49:56 03207_json_read_subcolumns_2_memory: [ SKIPPED ] 0.00 sec. 2025-02-03 14:49:56 Reason: not running for current build 2025-02-03 14:49:57 01505_log_distributed_deadlock: [ OK ] 0.37 sec. 2025-02-03 14:49:57 00210_insert_select_extremes_http: [ OK ] 1.98 sec. 2025-02-03 14:49:57 02158_proportions_ztest: [ OK ] 0.42 sec. 2025-02-03 14:49:57 01657_test_toHour_mysql_compatibility: [ OK ] 0.37 sec. 2025-02-03 14:49:57 01716_drop_rename_sign_column: [ OK ] 0.42 sec. 2025-02-03 14:49:57 01825_type_json_5: [ OK ] 0.42 sec. 2025-02-03 14:49:58 02962_indexHint_rpn_construction: [ OK ] 0.37 sec. 2025-02-03 14:49:58 03040_dynamic_type_alters_1_wide_merge_tree: [ OK ] 0.87 sec. 2025-02-03 14:49:58 01053_drop_database_mat_view: [ OK ] 0.37 sec. 2025-02-03 14:49:58 02122_parallel_formatting_JSONStrings: [ OK ] 4.83 sec. 2025-02-03 14:49:58 03036_schema_inference_cache_s3_archives: [ OK ] 0.37 sec. 2025-02-03 14:49:58 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 0.37 sec. 2025-02-03 14:49:58 01020_having_without_group_by: [ OK ] 0.32 sec. 2025-02-03 14:49:58 01923_ttl_with_modify_column: [ OK ] 0.47 sec. 2025-02-03 14:49:59 01096_block_serialized_state: [ OK ] 0.32 sec. 2025-02-03 14:49:59 02918_implicit_sign_column_constraints_for_collapsing_engine: [ OK ] 5.49 sec. 2025-02-03 14:49:59 02876_yyyymmddtodate: [ OK ] 1.07 sec. 2025-02-03 14:49:59 03095_merge_and_buffer_tables: [ OK ] 0.37 sec. 2025-02-03 14:49:59 02898_parallel_replicas_custom_key_final: [ OK ] 0.37 sec. 2025-02-03 14:49:59 03126_column_not_under_group_by: [ OK ] 0.32 sec. 2025-02-03 14:50:00 01245_limit_infinite_sources: [ OK ] 0.97 sec. 2025-02-03 14:50:01 01338_long_select_and_alter: [ OK ] 15.32 sec. 2025-02-03 14:50:01 01445_create_table_as_table_function: [ OK ] 2.68 sec. 2025-02-03 14:50:01 00387_use_client_time_zone: [ OK ] 2.08 sec. 2025-02-03 14:50:01 02380_analyzer_join_sample: [ OK ] 0.42 sec. 2025-02-03 14:50:02 00060_date_lut: [ OK ] 0.37 sec. 2025-02-03 14:50:02 00860_unknown_identifier_bug: [ OK ] 0.42 sec. 2025-02-03 14:50:02 01069_insert_float_as_nullable_unit8: [ OK ] 0.37 sec. 2025-02-03 14:50:02 01880_remote_ipv6: [ OK ] 0.57 sec. 2025-02-03 14:50:02 02095_function_get_os_kernel_version: [ OK ] 0.32 sec. 2025-02-03 14:50:02 03209_json_type_horizontal_merges: [ SKIPPED ] 0.00 sec. 2025-02-03 14:50:02 Reason: not running for current build 2025-02-03 14:50:02 01431_utf8_ubsan: [ OK ] 0.32 sec. 2025-02-03 14:50:02 02096_totals_global_in_bug: [ OK ] 0.37 sec. 2025-02-03 14:50:03 00978_ml_math: [ OK ] 0.37 sec. 2025-02-03 14:50:03 01558_transform_null_in: [ OK ] 0.48 sec. 2025-02-03 14:50:04 01353_low_cardinality_join_types: [ OK ] 0.67 sec. 2025-02-03 14:50:04 02429_low_cardinality_trash: [ OK ] 1.93 sec. 2025-02-03 14:50:05 02378_part_log_profile_events: [ OK ] 0.77 sec. 2025-02-03 14:50:05 01621_sort_after_join_pipeline_stuck: [ OK ] 0.47 sec. 2025-02-03 14:50:05 00999_settings_no_extra_quotes: [ OK ] 0.37 sec. 2025-02-03 14:50:06 02971_limit_by_distributed: [ OK ] 0.57 sec. 2025-02-03 14:50:06 00913_many_threads: [ OK ] 1.32 sec. 2025-02-03 14:50:06 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 0.60 sec. 2025-02-03 14:50:07 02882_primary_key_index_in_function_different_types: [ OK ] 0.42 sec. 2025-02-03 14:50:07 01013_hex_float: [ OK ] 0.32 sec. 2025-02-03 14:50:07 02705_grouping_keys_equal_keys: [ OK ] 0.32 sec. 2025-02-03 14:50:07 02129_add_column_add_ttl: [ OK ] 0.52 sec. 2025-02-03 14:50:07 01317_no_password_in_command_line: [ OK ] 7.05 sec. 2025-02-03 14:50:07 02155_dictionary_comment: [ OK ] 0.57 sec. 2025-02-03 14:50:08 02681_undrop_query_uuid: [ OK ] 5.59 sec. 2025-02-03 14:50:08 00800_versatile_storage_join: [ OK ] 0.57 sec. 2025-02-03 14:50:08 02811_primary_key_in_columns: [ OK ] 0.57 sec. 2025-02-03 14:50:08 02916_replication_protocol_wait_for_part: [ OK ] 10.61 sec. 2025-02-03 14:50:08 02324_map_combinator_bug: [ OK ] 0.42 sec. 2025-02-03 14:50:09 00712_prewhere_with_alias_bug: [ OK ] 0.37 sec. 2025-02-03 14:50:09 00839_bitmask_negative: [ OK ] 0.42 sec. 2025-02-03 14:50:09 01634_sum_map_nulls: [ OK ] 0.42 sec. 2025-02-03 14:50:09 01710_projections_order_by_complete: [ OK ] 0.42 sec. 2025-02-03 14:50:09 01750_parsing_exception: [ OK ] 2.33 sec. 2025-02-03 14:50:10 01490_nullable_string_to_enum: [ OK ] 0.37 sec. 2025-02-03 14:50:10 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 0.37 sec. 2025-02-03 14:50:10 02286_tuple_numeric_identifier: [ OK ] 0.42 sec. 2025-02-03 14:50:10 00431_if_nulls: [ OK ] 0.92 sec. 2025-02-03 14:50:10 01753_optimize_aggregation_in_order: [ OK ] 2.28 sec. 2025-02-03 14:50:11 00324_hashing_enums: [ OK ] 0.32 sec. 2025-02-03 14:50:11 02944_variant_as_common_type_analyzer: [ OK ] 0.57 sec. 2025-02-03 14:50:11 00999_nullable_nested_types_4877: [ OK ] 0.42 sec. 2025-02-03 14:50:11 03173_distinct_combinator_alignment: [ OK ] 0.32 sec. 2025-02-03 14:50:11 01073_crlf_end_of_line: [ OK ] 0.32 sec. 2025-02-03 14:50:12 02122_4letter_words_stress_zookeeper: [ OK ] 19.64 sec. 2025-02-03 14:50:13 00148_summing_merge_tree_aggregate_function: [ OK ] 1.87 sec. 2025-02-03 14:50:13 03015_with_fill_invalid_expression: [ OK ] 0.32 sec. 2025-02-03 14:50:13 03038_nested_dynamic_merges_small: [ OK ] 1.52 sec. 2025-02-03 14:50:13 02027_ngrams: [ OK ] 0.42 sec. 2025-02-03 14:50:13 02497_having_without_actual_aggregation_bug: [ OK ] 0.42 sec. 2025-02-03 14:50:13 00738_lock_for_inner_table: [ OK ] 3.68 sec. 2025-02-03 14:50:14 03230_subcolumns_mv: [ OK ] 0.37 sec. 2025-02-03 14:50:14 02868_select_support_from_keywords: [ OK ] 0.32 sec. 2025-02-03 14:50:14 03039_unknown_identifier_window_function: [ OK ] 0.32 sec. 2025-02-03 14:50:14 01070_alter_with_ttl: [ OK ] 0.37 sec. 2025-02-03 14:50:15 01926_bin_unbin: [ OK ] 0.47 sec. 2025-02-03 14:50:15 03158_dynamic_type_from_variant: [ OK ] 0.42 sec. 2025-02-03 14:50:15 02002_system_table_with_tuple: [ OK ] 2.08 sec. 2025-02-03 14:50:16 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.32 sec. 2025-02-03 14:50:16 02494_analyzer_compound_expression_crash_fix: [ OK ] 0.32 sec. 2025-02-03 14:50:16 02526_kv_engine_different_filter_type: [ OK ] 0.47 sec. 2025-02-03 14:50:16 00947_ml_test: [ OK ] 0.42 sec. 2025-02-03 14:50:17 00829_bitmap_function: [ OK ] 1.22 sec. 2025-02-03 14:50:18 00320_between: [ OK ] 0.32 sec. 2025-02-03 14:50:18 01666_merge_tree_max_query_limit: [ OK ] 7.04 sec. 2025-02-03 14:50:18 02366_kql_tabular: [ OK ] 0.57 sec. 2025-02-03 14:50:18 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 0.62 sec. 2025-02-03 14:50:19 01135_default_and_alter_zookeeper: [ OK ] 0.42 sec. 2025-02-03 14:50:19 01523_interval_operator_support_string_literal: [ OK ] 0.42 sec. 2025-02-03 14:50:19 01103_check_cpu_instructions_at_startup: [ SKIPPED ] 0.00 sec. 2025-02-03 14:50:19 Reason: not running for current build 2025-02-03 14:50:19 02006_todatetime64_from_string: [ OK ] 0.37 sec. 2025-02-03 14:50:19 02891_alter_update_adaptive_granularity: [ OK ] 0.32 sec. 2025-02-03 14:50:19 00090_union_race_conditions_1: [ OK ] 11.86 sec. 2025-02-03 14:50:19 01865_aggregator_overflow_row: [ OK ] 0.42 sec. 2025-02-03 14:50:20 00954_client_prepared_statements: [ OK ] 6.09 sec. 2025-02-03 14:50:20 02841_not_ready_set_constraints: [ OK ] 0.52 sec. 2025-02-03 14:50:20 02007_join_use_nulls: [ OK ] 0.52 sec. 2025-02-03 14:50:20 02021_exponential_sum_shard: [ OK ] 1.08 sec. 2025-02-03 14:50:20 02374_combine_multi_if_and_count_if_opt: [ OK ] 0.53 sec. 2025-02-03 14:50:20 00752_low_cardinality_permute: [ OK ] 0.48 sec. 2025-02-03 14:50:21 02006_use_constants_in_with_and_select: [ OK ] 0.32 sec. 2025-02-03 14:50:21 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 0.42 sec. 2025-02-03 14:50:21 01034_move_partition_from_table_zookeeper: [ OK ] 48.60 sec. 2025-02-03 14:50:22 02680_datetime64_monotonic_check: [ OK ] 0.42 sec. 2025-02-03 14:50:22 03032_scalars_create_as_select: [ OK ] 0.37 sec. 2025-02-03 14:50:23 00622_select_in_parens: [ OK ] 0.32 sec. 2025-02-03 14:50:23 03036_dynamic_read_shared_subcolumns_memory: [ SKIPPED ] 0.00 sec. 2025-02-03 14:50:23 Reason: not running for current build 2025-02-03 14:50:23 01600_quota_by_forwarded_ip: [ OK ] 2.66 sec. 2025-02-03 14:50:23 00368_format_option_collision: [ OK ] 2.13 sec. 2025-02-03 14:50:23 00061_merge_tree_alter: [ OK ] 0.67 sec. 2025-02-03 14:50:23 01666_date_lut_buffer_overflow: [ OK ] 0.32 sec. 2025-02-03 14:50:24 03001_data_version_column: [ OK ] 0.37 sec. 2025-02-03 14:50:24 02265_column_ttl: [ OK ] 0.98 sec. 2025-02-03 14:50:24 00612_count: [ OK ] 0.47 sec. 2025-02-03 14:50:24 02346_read_in_order_fixed_prefix: [ OK ] 11.00 sec. 2025-02-03 14:50:24 01415_sticking_mutations: [ OK ] 24.65 sec. 2025-02-03 14:50:24 03064_analyzer_named_subqueries: [ OK ] 0.32 sec. 2025-02-03 14:50:25 02295_GROUP_BY_AggregateFunction: [ OK ] 0.62 sec. 2025-02-03 14:50:25 01527_bad_aggregation_in_lambda: [ OK ] 0.34 sec. 2025-02-03 14:50:25 02577_keepermap_delete_update: [ OK ] 0.57 sec. 2025-02-03 14:50:25 01946_profile_sleep: [ OK ] 1.32 sec. 2025-02-03 14:50:25 00825_protobuf_format_persons: [ OK ] 9.26 sec. 2025-02-03 14:50:26 02681_aggregation_by_partitions_bug: [ OK ] 0.57 sec. 2025-02-03 14:50:26 01062_pm_multiple_all_join_same_value: [ OK ] 0.32 sec. 2025-02-03 14:50:26 00953_constraints_operations: [ OK ] 5.34 sec. 2025-02-03 14:50:26 02770_jit_aggregation_nullable_key_fix: [ OK ] 0.89 sec. 2025-02-03 14:50:26 01602_modified_julian_day_msan: [ OK ] 0.47 sec. 2025-02-03 14:50:26 01107_join_right_table_totals: [ OK ] 0.52 sec. 2025-02-03 14:50:26 00437_nulls_first_last: [ OK ] 0.52 sec. 2025-02-03 14:50:27 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 0.42 sec. 2025-02-03 14:50:27 01461_query_start_time_microseconds: [ OK ] 0.87 sec. 2025-02-03 14:50:27 02042_map_get_non_const_key: [ OK ] 0.37 sec. 2025-02-03 14:50:27 01051_window_view_parser_hop: [ OK ] 0.58 sec. 2025-02-03 14:50:27 01783_merge_engine_join_key_condition: [ OK ] 0.42 sec. 2025-02-03 14:50:28 02025_nested_func_for_if_combinator: [ OK ] 0.42 sec. 2025-02-03 14:50:28 01272_suspicious_codecs: [ OK ] 0.97 sec. 2025-02-03 14:50:28 02416_keeper_map: [ OK ] 1.02 sec. 2025-02-03 14:50:28 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 0.32 sec. 2025-02-03 14:50:28 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 0.37 sec. 2025-02-03 14:50:28 02122_parallel_formatting_JSONCompactStrings: [ OK ] 4.38 sec. 2025-02-03 14:50:29 01795_TinyLog_rwlock_ub: [ OK ] 0.32 sec. 2025-02-03 14:50:29 02731_parallel_replicas_join_subquery: [ OK ] 1.08 sec. 2025-02-03 14:50:29 01083_match_zero_byte: [ OK ] 0.37 sec. 2025-02-03 14:50:30 02422_insert_different_granularity: [ OK ] 0.52 sec. 2025-02-03 14:50:30 01234_to_string_monotonic: [ OK ] 0.47 sec. 2025-02-03 14:50:30 01721_join_implicit_cast_long: [ OK ] 4.94 sec. 2025-02-03 14:50:30 00098_6_union_all: [ OK ] 0.32 sec. 2025-02-03 14:50:30 01813_quantileBfloat16_nans: [ OK ] 0.27 sec. 2025-02-03 14:50:30 00204_extract_url_parameter: [ OK ] 0.27 sec. 2025-02-03 14:50:30 01421_array_nullable_element_nullable_index: [ OK ] 0.37 sec. 2025-02-03 14:50:31 00569_parse_date_time_best_effort: [ OK ] 0.32 sec. 2025-02-03 14:50:31 02377_optimize_sorting_by_input_stream_properties: [ OK ] 0.52 sec. 2025-02-03 14:50:31 02316_values_table_func_bug: [ OK ] 0.32 sec. 2025-02-03 14:50:31 00195_shard_union_all_and_global_in: [ OK ] 0.37 sec. 2025-02-03 14:50:31 01939_network_receive_bytes_metrics: [ OK ] 3.08 sec. 2025-02-03 14:50:32 02677_analyzer_compound_expressions: [ OK ] 0.52 sec. 2025-02-03 14:50:32 00098_shard_i_union_all: [ OK ] 0.37 sec. 2025-02-03 14:50:32 03217_fliter_pushdown_no_keys: [ OK ] 0.37 sec. 2025-02-03 14:50:33 03013_forbid_attach_table_if_active_replica_already_exists: [ OK ] 3.18 sec. 2025-02-03 14:50:35 03246_skipping_index_70108: [ OK ] 2.18 sec. 2025-02-03 14:50:35 02033_join_engine_deadlock_long: [ OK ] 4.18 sec. 2025-02-03 14:50:35 02439_merge_selecting_partitions: [ OK ] 3.98 sec. 2025-02-03 14:50:36 02178_column_function_insert_from: [ OK ] 0.37 sec. 2025-02-03 14:50:37 01414_low_cardinality_nullable: [ OK ] 1.37 sec. 2025-02-03 14:50:37 00653_verification_monotonic_data_load: [ OK ] 16.53 sec. 2025-02-03 14:50:37 01655_test_isnull_mysql_dialect: [ OK ] 0.32 sec. 2025-02-03 14:50:37 01509_format_raw_blob: [ OK ] 2.88 sec. 2025-02-03 14:50:38 02471_wrong_date_monotonicity: [ OK ] 0.32 sec. 2025-02-03 14:50:38 02243_make_date32_mysql: [ OK ] 0.52 sec. 2025-02-03 14:50:38 02910_bad_logs_level_in_local: [ OK ] 0.37 sec. 2025-02-03 14:50:38 01183_custom_separated_format_http: [ OK ] 5.03 sec. 2025-02-03 14:50:38 00004_shard_format_ast_and_remote_table: [ OK ] 0.32 sec. 2025-02-03 14:50:39 01074_h3_range_check: [ OK ] 0.47 sec. 2025-02-03 14:50:39 02968_mysql_prefer_column_name_to_alias: [ OK ] 1.77 sec. 2025-02-03 14:50:40 01283_max_threads_simple_query_optimization: [ OK ] 0.67 sec. 2025-02-03 14:50:40 00555_right_join_excessive_rows: [ OK ] 0.32 sec. 2025-02-03 14:50:41 02845_domain_rfc_support_ipv6: [ OK ] 0.43 sec. 2025-02-03 14:50:41 02581_share_big_sets_between_mutation_tasks_with_storage_set: [ OK ] 2.98 sec. 2025-02-03 14:50:41 03003_prql_panic: [ OK ] 2.13 sec. 2025-02-03 14:50:41 03214_backup_and_clear_old_temporary_directories: [ OK ] 5.74 sec. 2025-02-03 14:50:41 00513_fractional_time_zones: [ OK ] 0.32 sec. 2025-02-03 14:50:41 02412_nlp: [ OK ] 0.37 sec. 2025-02-03 14:50:42 02152_dictionary_date32_type: [ OK ] 0.37 sec. 2025-02-03 14:50:42 01085_extract_all_empty: [ OK ] 0.32 sec. 2025-02-03 14:50:42 01787_arena_assert_column_nothing: [ OK ] 0.32 sec. 2025-02-03 14:50:42 01825_new_type_json_18: [ OK ] 0.37 sec. 2025-02-03 14:50:43 01851_array_difference_decimal_overflow_ubsan: [ OK ] 0.32 sec. 2025-02-03 14:50:43 02915_lazy_loading_of_base_backups: [ OK ] 5.34 sec. 2025-02-03 14:50:43 03035_dynamic_sorting: [ OK ] 0.47 sec. 2025-02-03 14:50:43 00564_initial_column_values_with_default_expression: [ OK ] 0.37 sec. 2025-02-03 14:50:43 02376_analyzer_in_function_subquery: [ OK ] 0.42 sec. 2025-02-03 14:50:44 02769_compare_functions_nan: [ OK ] 0.42 sec. 2025-02-03 14:50:44 02896_cyclic_aliases_crash: [ OK ] 0.42 sec. 2025-02-03 14:50:44 01657_array_element_ubsan: [ OK ] 0.37 sec. 2025-02-03 14:50:44 01785_parallel_formatting_memory: [ OK ] 2.48 sec. 2025-02-03 14:50:44 00185_array_literals: [ OK ] 0.37 sec. 2025-02-03 14:50:44 00556_array_intersect: [ OK ] 0.37 sec. 2025-02-03 14:50:44 02705_projection_and_ast_optimizations_bug: [ OK ] 0.32 sec. 2025-02-03 14:50:45 02180_group_by_lowcardinality: [ OK ] 0.32 sec. 2025-02-03 14:50:45 02160_special_functions: [ OK ] 0.47 sec. 2025-02-03 14:50:45 02515_projections_with_totals: [ OK ] 0.32 sec. 2025-02-03 14:50:45 03246_json_tuple_decompress_race: [ OK ] 0.47 sec. 2025-02-03 14:50:45 01508_race_condition_rename_clear_zookeeper_long: [ OK ] 16.82 sec. 2025-02-03 14:50:46 02711_server_uuid_macro: [ OK ] 0.47 sec. 2025-02-03 14:50:46 01451_replicated_detach_drop_part_long: [ OK ] 0.57 sec. script.gdb:13: Error in sourced command file: No stack. API: SYSTEM.config Time: 20:50:48 UTC 02/03/2025 DeploymentID: 39cc11ef-efcd-47d4-a041-1ee3ac76004b Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() 2025-02-03 14:50:57 01018_ddl_dictionaries_select: [ FAIL ] 11.06 sec. 2025-02-03 14:50:57 Reason: server died 2025-02-03 14:50:57 ConnectionRefusedError 2025-02-03 14:50:57 [Errno 111] Connection refused 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 1808, in run 2025-02-03 14:50:57 self._cleanup(result.status == TestStatus.OK) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 1871, in _cleanup 2025-02-03 14:50:57 self._cleanup_database(args, timeout) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 1905, in _cleanup_database 2025-02-03 14:50:57 clickhouse_execute( 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-02-03 14:50:57 return clickhouse_execute_http( 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http 2025-02-03 14:50:57 raise ex 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http 2025-02-03 14:50:57 client.request( 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1283, in request 2025-02-03 14:50:57 self._send_request(method, url, body, headers, encode_chunked) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request 2025-02-03 14:50:57 self.endheaders(body, encode_chunked=encode_chunked) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders 2025-02-03 14:50:57 self._send_output(message_body, encode_chunked=encode_chunked) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output 2025-02-03 14:50:57 self.send(msg) 2025-02-03 14:50:57 2025-02-03 14:50:57 Settings used in the test: --max_insert_threads 12 --group_by_two_level_threshold 608327 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 7685276 --max_read_buffer_size 728691 --prefer_localhost_replica 1 --max_block_size 18966 --max_joined_block_size_rows 74773 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 45 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 29667778 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 4810795990 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 23 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 5768252713 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2122770888 --min_compress_block_size 2213883 --max_compress_block_size 2708042 --merge_tree_compact_parts_min_granules_to_multibuffer_read 119 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 6707463 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.14 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 2025-02-03 14:50:57 2025-02-03 14:50:57 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 14187 --vertical_merge_algorithm_min_columns_to_activate 84 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7840958129 --index_granularity_bytes 20540068 --merge_max_block_size 707 --index_granularity 15236 --min_bytes_for_wide_part 977395287 --marks_compress_block_size 44292 --primary_key_compress_block_size 91394 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 235064713 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 17078425 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 10 2025-02-03 14:50:57 2025-02-03 14:50:57 Database: test_6vcyex8g 2025-02-03 14:50:57 02716_int256_arrayfunc: [ FAIL ] 10.76 sec. 2025-02-03 14:50:57 Reason: server died 2025-02-03 14:50:57 ConnectionRefusedError 2025-02-03 14:50:57 [Errno 111] Connection refused 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 1808, in run 2025-02-03 14:50:57 self._cleanup(result.status == TestStatus.OK) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 1871, in _cleanup 2025-02-03 14:50:57 self._cleanup_database(args, timeout) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 1905, in _cleanup_database 2025-02-03 14:50:57 clickhouse_execute( 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-02-03 14:50:57 return clickhouse_execute_http( 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http 2025-02-03 14:50:57 raise ex 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http 2025-02-03 14:50:57 client.request( 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1283, in request 2025-02-03 14:50:57 self._send_request(method, url, body, headers, encode_chunked) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request 2025-02-03 14:50:57 self.endheaders(body, encode_chunked=encode_chunked) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders 2025-02-03 14:50:57 self._send_output(message_body, encode_chunked=encode_chunked) 2025-02-03 14:50:57 2025-02-03 14:50:57 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output 2025-02-03 14:50:57 self.send(msg) 2025-02-03 14:50:57 2025-02-03 14:50:57 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 319486 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 5130416 --max_read_buffer_size 552722 --prefer_localhost_replica 1 --max_block_size 52054 --max_joined_block_size_rows 92639 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 28 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 40169847 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 2752142583 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 29 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2874316329 --min_compress_block_size 1876052 --max_compress_block_size 240025 --merge_tree_compact_parts_min_granules_to_multibuffer_read 118 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7511750 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.19 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2025-02-03 14:50:57 2025-02-03 14:50:57 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 31196502 --merge_max_block_size 22901 --index_granularity 26350 --min_bytes_for_wide_part 0 --marks_compress_block_size 61892 --primary_key_compress_block_size 22069 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 499981434 --compact_parts_max_granules_to_buffer 12 --compact_parts_merge_max_bytes_to_prefetch_part 32266891 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 38 --old_parts_lifetime 207 2025-02-03 14:50:57 2025-02-03 14:50:57 Database: test_8iznaf76 2025-02-03 14:50:57 Process Process-3: 2025-02-03 14:50:57 Traceback (most recent call last): 2025-02-03 14:50:57 Process Process-8: 2025-02-03 14:50:57 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 14:50:57 self.run() 2025-02-03 14:50:57 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 14:50:57 self._target(*self._args, **self._kwargs) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 14:50:57 return run_tests_array(*args, **kwargs) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-02-03 14:50:57 stop_tests() 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 14:50:57 cleanup_child_processes(os.getpid()) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 14:50:57 child_pgid = os.getpgid(child) 2025-02-03 14:50:57 ProcessLookupError: [Errno 3] No such process 2025-02-03 14:50:57 Child processes of 1494: 2025-02-03 14:50:57 65032 /bin/sh -c pgrep --parent 1494 -a 2025-02-03 14:50:57 Traceback (most recent call last): 2025-02-03 14:50:57 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 14:50:57 self.run() 2025-02-03 14:50:57 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 14:50:57 self._target(*self._args, **self._kwargs) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 14:50:57 return run_tests_array(*args, **kwargs) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-02-03 14:50:57 stop_tests() 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 14:50:57 cleanup_child_processes(os.getpid()) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 14:50:57 child_pgid = os.getpgid(child) 2025-02-03 14:50:57 ProcessLookupError: [Errno 3] No such process 2025-02-03 14:50:57 Child processes of 1503: 2025-02-03 14:50:57 65025 /bin/sh -c pgrep --parent 1503 -a 2025-02-03 14:50:57 03222_pr_asan_index_granularity: [ FAIL ] 22.79 sec. 2025-02-03 14:50:57 Reason: server died 32 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.678624 [ 61561 ] BaseDaemon: ######################################## 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.678669 [ 61561 ] BaseDaemon: (version 24.8.11.51000.altinitytest (altinity build), build id: F0DD5F328ED230698BDAA5EF285FA15277DF2198, git hash: 70a7c762cc96d8a8f0a83d8096b012215c3cea64) (from thread 2004) (query_id: 9afb410a-237c-4ebd-876a-316df1ed9297) (query: SELECT 0 AS `0`, materialize(18) AS `materialize(18)`, `__table1`.`k` AS `k` FROM `test_4ouujy2v`.`test` AS `__table1` PREWHERE _CAST(11, 'Nullable(UInt8)') ORDER BY `__table1`.`k` DESC NULLS LAST LIMIT _CAST(100, 'UInt64'), _CAST(100, 'UInt64')) Received signal sanitizer trap (-3) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.678699 [ 61561 ] BaseDaemon: Sanitizer trap. 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.678732 [ 61561 ] BaseDaemon: Stack trace: 0x00005634f7534af7 0x00005634f79c8b40 0x00005634eab6a446 0x00005634eab7593f 0x0000563506d95d33 0x0000563506d9a29c 0x0000563506daf4f1 0x0000563506db28b6 0x0000563506d3b55c 0x0000563506d72f21 0x000056350365d73e 0x000056350365d1dc 0x0000563503bb9926 0x0000563503bb2ed3 0x000056350625ee28 0x0000563506296136 0x0000563509d1c1f8 0x0000563509d1d332 0x0000563509c70a81 0x0000563509c6ba4f 0x00007fcd3f497ac3 0x00007fcd3f529850 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.697702 [ 61561 ] BaseDaemon: 0. ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() @ 0x0000000025869af7 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.731304 [ 61561 ] BaseDaemon: 1. ./src/Common/StackTrace.h:0: sanitizerDeathCallback() @ 0x0000000025cfdb40 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.803886 [ 61561 ] BaseDaemon: 2. __sanitizer::Die() @ 0x0000000018e9f446 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.849584 [ 61561 ] BaseDaemon: 3. ? @ 0x0000000018eaa93f 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.997366 [ 61561 ] BaseDaemon: 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:601: DB::ReadFromMergeTree::readInOrder(DB::RangesInDataParts, std::vector>, DB::MergeTreeReadPoolBase::PoolSettings, DB::MergeTreeReadType, unsigned long) @ 0x00000000350cad33 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.131929 [ 61561 ] BaseDaemon: 5.0. inlined from ./contrib/llvm-project/libcxx/include/vector:1629: DB::Pipe& std::vector>::emplace_back(DB::Pipe&&) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.132093 [ 61561 ] BaseDaemon: 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:992: DB::ReadFromMergeTree::spreadMarkRangesAmongStreamsWithOrder(DB::RangesInDataParts&&, unsigned long, std::vector> const&, std::optional&, std::shared_ptr const&) @ 0x00000000350cf29c 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.323328 [ 61561 ] BaseDaemon: 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1948: DB::ReadFromMergeTree::spreadMarkRanges(DB::RangesInDataParts&&, unsigned long, DB::ReadFromMergeTree::AnalysisResult&, std::optional&) @ 0x00000000350e44f1 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.471717 [ 61561 ] BaseDaemon: 7.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:807: std::shared_ptr, std::allocator>>>::operator*[abi:v15007]() const 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.471835 [ 61561 ] BaseDaemon: 7.1. inlined from ./src/QueryPipeline/Pipe.h:108: DB::Pipe::getProcessors() const 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.471894 [ 61561 ] BaseDaemon: 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2050: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000350e78b6 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.488505 [ 61561 ] BaseDaemon: 8. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:24: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x000000003507055c 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.530335 [ 61561 ] BaseDaemon: 9.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: std::unique_ptr>::reset[abi:v15007](DB::QueryPipelineBuilder*) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.530418 [ 61561 ] BaseDaemon: 9.1. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:225: std::unique_ptr>::operator=[abi:v15007](std::unique_ptr>&&) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.530443 [ 61561 ] BaseDaemon: 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x00000000350a7f21 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.565816 [ 61561 ] BaseDaemon: 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003199273e 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.601068 [ 61561 ] BaseDaemon: 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:221: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x00000000319921dc 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.701075 [ 61561 ] BaseDaemon: 12. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000031eee926 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.810813 [ 61561 ] BaseDaemon: 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000031ee7ed3 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.885402 [ 61561 ] BaseDaemon: 14. ./build_docker/./src/Server/TCPHandler.cpp:569: DB::TCPHandler::runImpl() @ 0x0000000034593e28 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.001802 [ 61561 ] BaseDaemon: 15. ./build_docker/./src/Server/TCPHandler.cpp:2516: DB::TCPHandler::run() @ 0x00000000345cb136 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.005352 [ 61561 ] BaseDaemon: 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000380511f8 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.010452 [ 61561 ] BaseDaemon: 17.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: std::unique_ptr>::reset[abi:v15007](Poco::Net::TCPServerConnection*) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.010506 [ 61561 ] BaseDaemon: 17.1. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:259: ~unique_ptr 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.010543 [ 61561 ] BaseDaemon: 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:116: Poco::Net::TCPServerDispatcher::run() @ 0x0000000038052332 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.016897 [ 61561 ] BaseDaemon: 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x0000000037fa5a81 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.022637 [ 61561 ] BaseDaemon: 19.0. inlined from ./base/poco/Foundation/include/Poco/AutoPtr.h:205: Poco::AutoPtr::operator->() 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.022685 [ 61561 ] BaseDaemon: 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:350: Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000037fa0a4f 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.022728 [ 61561 ] BaseDaemon: 20. ? @ 0x00007fcd3f497ac3 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.022760 [ 61561 ] BaseDaemon: 21. ? @ 0x00007fcd3f529850 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.356071 [ 61561 ] BaseDaemon: Integrity check of the executable successfully passed (checksum: C03004145BA79B0FC4DF7EA1D31DC738) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:29.622512 [ 61561 ] BaseDaemon: Changed settings: min_compress_block_size = 750904, max_compress_block_size = 444813, max_block_size = 71101, min_external_table_block_size_bytes = 100000000, max_joined_block_size_rows = 31031, max_insert_threads = 1, max_threads = 1, max_parsing_threads = 1, max_read_buffer_size = 588612, connect_timeout_with_failover_ms = 2000, connect_timeout_with_failover_secure_ms = 3000, use_hedged_requests = false, idle_connection_timeout = 36000, s3_check_objects_after_upload = true, use_uncompressed_cache = true, stream_like_engine_allow_direct_select = true, enable_multiple_prewhere_read_steps = false, replication_wait_for_inactive_replica_timeout = 30, min_count_to_compile_expression = 0, compile_aggregate_expressions = false, compile_sort_description = false, group_by_two_level_threshold = 684100, group_by_two_level_threshold_bytes = 5007704, enable_memory_bound_merging_of_aggregation_results = false, allow_nonconst_timezone_arguments = true, max_parallel_replicas = 3, min_chunk_bytes_for_parallel_parsing = 14615329, merge_tree_min_rows_for_concurrent_read = 9223372036854775806, merge_tree_coarse_index_granularity = 26, min_bytes_to_use_direct_io = 10737418240, min_bytes_to_use_mmap_io = 10737418240, log_queries = true, insert_quorum_timeout = 60000, merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = 0.3400000035762787, http_response_buffer_size = 6517490, fsync_metadata = true, http_send_timeout = 60., http_receive_timeout = 60., opentelemetry_start_trace_probability = 0.10000000149011612, max_bytes_before_external_group_by = 427958523, prefer_external_sort_block_bytes = 1, max_bytes_before_external_sort = 10737418240, max_bytes_before_remerge_sort = 486071000, cross_join_min_rows_to_compress = 100000000, cross_join_min_bytes_to_compress = 0, max_untracked_memory = 1048576, memory_profiler_step = 1048576, log_comment = '03222_pr_asan_index_granularity.sql', send_logs_level = 'warning', aggregation_in_order_max_block_bytes = 44492583, read_in_order_two_level_merge_threshold = 6, allow_introspection_functions = true, database_atomic_wait_for_drop_and_detach_synchronously = true, optimize_or_like_chain = true, optimize_if_chain_to_multiif = true, optimize_if_transform_strings_to_enum = true, optimize_functions_to_subcolumns = false, optimize_append_index = true, distributed_ddl_entry_format_version = 6, local_filesystem_read_method = 'read', remote_filesystem_read_method = 'read', merge_tree_min_bytes_per_task_for_remote_reading = 1048576, merge_tree_compact_parts_min_granules_to_multibuffer_read = 86, async_insert_busy_timeout_max_ms = 5000, enable_filesystem_cache = true, enable_filesystem_cache_on_write_operations = true, read_from_filesystem_cache_if_exists_otherwise_bypass_cache = true, throw_on_error_from_cache_on_write_operations = true, filesystem_cache_segments_batch_size = 0, use_page_cache_for_disks_without_file_cache = true, load_marks_asynchronously = true, allow_prefetched_read_pool_for_remote_filesystem = false, allow_prefetched_read_pool_for_local_filesystem = false, filesystem_prefetch_step_bytes = 104857600, filesystem_prefetch_max_memory_usage = 67108864, filesystem_prefetches_limit = 0, optimize_sorting_by_input_stream_properties = false, insert_keeper_max_retries = 100, insert_keeper_retry_initial_backoff_ms = 1, insert_keeper_retry_max_backoff_ms = 10, insert_keeper_fault_injection_probability = 0.009999999776482582, optimize_distinct_in_order = false, session_timezone = 'Mexico/BajaSur', cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost', allow_experimental_parallel_reading_from_replicas = 2, parallel_replicas_for_non_replicated_merge_tree = true 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.682009 [ 61562 ] BaseDaemon: ######################################## 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.682067 [ 61562 ] BaseDaemon: (version 24.8.11.51000.altinitytest (altinity build), build id: F0DD5F328ED230698BDAA5EF285FA15277DF2198, git hash: 70a7c762cc96d8a8f0a83d8096b012215c3cea64) (from thread 2297) (query_id: aef4d8e7-3782-4804-8981-4ed198ce7592) (query: SELECT 0 AS `0`, materialize(18) AS `materialize(18)`, `__table1`.`k` AS `k` FROM `test_4ouujy2v`.`test` AS `__table1` PREWHERE _CAST(11, 'Nullable(UInt8)') ORDER BY `__table1`.`k` DESC NULLS LAST LIMIT _CAST(100, 'UInt64'), _CAST(100, 'UInt64')) Received signal sanitizer trap (-3) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.682100 [ 61562 ] BaseDaemon: Sanitizer trap. 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.682123 [ 61562 ] BaseDaemon: Stack trace: 0x00005634f7534af7 0x00005634f79c8b40 0x00005634eab6a446 0x00005634eab7593f 0x0000563506d95d33 0x0000563506d9a29c 0x0000563506daf4f1 0x0000563506db28b6 0x0000563506d3b55c 0x0000563506d72f21 0x000056350365d73e 0x000056350365d1dc 0x0000563503bb9926 0x0000563503bb2ed3 0x000056350625ee28 0x0000563506296136 0x0000563509d1c1f8 0x0000563509d1d332 0x0000563509c70a81 0x0000563509c6ba4f 0x00007fcd3f497ac3 0x00007fcd3f529850 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.704673 [ 61562 ] BaseDaemon: 0. ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() @ 0x0000000025869af7 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.742774 [ 61562 ] BaseDaemon: 1. ./src/Common/StackTrace.h:0: sanitizerDeathCallback() @ 0x0000000025cfdb40 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.804309 [ 61562 ] BaseDaemon: 2. __sanitizer::Die() @ 0x0000000018e9f446 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.860214 [ 61562 ] BaseDaemon: 3. ? @ 0x0000000018eaa93f 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.004516 [ 61562 ] BaseDaemon: 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:601: DB::ReadFromMergeTree::readInOrder(DB::RangesInDataParts, std::vector>, DB::MergeTreeReadPoolBase::PoolSettings, DB::MergeTreeReadType, unsigned long) @ 0x00000000350cad33 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.141726 [ 61562 ] BaseDaemon: 5.0. inlined from ./contrib/llvm-project/libcxx/include/vector:1629: DB::Pipe& std::vector>::emplace_back(DB::Pipe&&) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.141781 [ 61562 ] BaseDaemon: 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:992: DB::ReadFromMergeTree::spreadMarkRangesAmongStreamsWithOrder(DB::RangesInDataParts&&, unsigned long, std::vector> const&, std::optional&, std::shared_ptr const&) @ 0x00000000350cf29c 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.323287 [ 61562 ] BaseDaemon: 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1948: DB::ReadFromMergeTree::spreadMarkRanges(DB::RangesInDataParts&&, unsigned long, DB::ReadFromMergeTree::AnalysisResult&, std::optional&) @ 0x00000000350e44f1 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.481687 [ 61562 ] BaseDaemon: 7.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:807: std::shared_ptr, std::allocator>>>::operator*[abi:v15007]() const 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.481772 [ 61562 ] BaseDaemon: 7.1. inlined from ./src/QueryPipeline/Pipe.h:108: DB::Pipe::getProcessors() const 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.481802 [ 61562 ] BaseDaemon: 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2050: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000350e78b6 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.497578 [ 61562 ] BaseDaemon: 8. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:24: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x000000003507055c 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.540440 [ 61562 ] BaseDaemon: 9.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: std::unique_ptr>::reset[abi:v15007](DB::QueryPipelineBuilder*) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.540550 [ 61562 ] BaseDaemon: 9.1. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:225: std::unique_ptr>::operator=[abi:v15007](std::unique_ptr>&&) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.540584 [ 61562 ] BaseDaemon: 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x00000000350a7f21 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.574632 [ 61562 ] BaseDaemon: 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003199273e 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.604780 [ 61562 ] BaseDaemon: 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:221: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x00000000319921dc 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.692936 [ 61562 ] BaseDaemon: 12. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000031eee926 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.787380 [ 61562 ] BaseDaemon: 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000031ee7ed3 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.859429 [ 61562 ] BaseDaemon: 14. ./build_docker/./src/Server/TCPHandler.cpp:569: DB::TCPHandler::runImpl() @ 0x0000000034593e28 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.978647 [ 61562 ] BaseDaemon: 15. ./build_docker/./src/Server/TCPHandler.cpp:2516: DB::TCPHandler::run() @ 0x00000000345cb136 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.982016 [ 61562 ] BaseDaemon: 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000380511f8 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.987844 [ 61562 ] BaseDaemon: 17.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: std::unique_ptr>::reset[abi:v15007](Poco::Net::TCPServerConnection*) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.987980 [ 61562 ] BaseDaemon: 17.1. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:259: ~unique_ptr 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.988009 [ 61562 ] BaseDaemon: 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:116: Poco::Net::TCPServerDispatcher::run() @ 0x0000000038052332 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.993893 [ 61562 ] BaseDaemon: 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x0000000037fa5a81 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.999547 [ 61562 ] BaseDaemon: 19.0. inlined from ./base/poco/Foundation/include/Poco/AutoPtr.h:205: Poco::AutoPtr::operator->() 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.999641 [ 61562 ] BaseDaemon: 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:350: Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000037fa0a4f 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.999667 [ 61562 ] BaseDaemon: 20. ? @ 0x00007fcd3f497ac3 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.999688 [ 61562 ] BaseDaemon: 21. ? @ 0x00007fcd3f529850 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.388782 [ 61562 ] BaseDaemon: Integrity check of the executable successfully passed (checksum: C03004145BA79B0FC4DF7EA1D31DC738) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:29.661574 [ 61562 ] BaseDaemon: Changed settings: min_compress_block_size = 750904, max_compress_block_size = 444813, max_block_size = 71101, min_external_table_block_size_bytes = 100000000, max_joined_block_size_rows = 31031, max_insert_threads = 1, max_threads = 1, max_parsing_threads = 1, max_read_buffer_size = 588612, connect_timeout_with_failover_ms = 2000, connect_timeout_with_failover_secure_ms = 3000, use_hedged_requests = false, idle_connection_timeout = 36000, s3_check_objects_after_upload = true, use_uncompressed_cache = true, stream_like_engine_allow_direct_select = true, enable_multiple_prewhere_read_steps = false, replication_wait_for_inactive_replica_timeout = 30, min_count_to_compile_expression = 0, compile_aggregate_expressions = false, compile_sort_description = false, group_by_two_level_threshold = 684100, group_by_two_level_threshold_bytes = 5007704, enable_memory_bound_merging_of_aggregation_results = false, allow_nonconst_timezone_arguments = true, max_parallel_replicas = 3, min_chunk_bytes_for_parallel_parsing = 14615329, merge_tree_min_rows_for_concurrent_read = 9223372036854775806, merge_tree_coarse_index_granularity = 26, min_bytes_to_use_direct_io = 10737418240, min_bytes_to_use_mmap_io = 10737418240, log_queries = true, insert_quorum_timeout = 60000, merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = 0.3400000035762787, http_response_buffer_size = 6517490, fsync_metadata = true, http_send_timeout = 60., http_receive_timeout = 60., opentelemetry_start_trace_probability = 0.10000000149011612, max_bytes_before_external_group_by = 427958523, prefer_external_sort_block_bytes = 1, max_bytes_before_external_sort = 10737418240, max_bytes_before_remerge_sort = 486071000, cross_join_min_rows_to_compress = 100000000, cross_join_min_bytes_to_compress = 0, max_untracked_memory = 1048576, memory_profiler_step = 1048576, log_comment = '03222_pr_asan_index_granularity.sql', send_logs_level = 'warning', aggregation_in_order_max_block_bytes = 44492583, read_in_order_two_level_merge_threshold = 6, allow_introspection_functions = true, database_atomic_wait_for_drop_and_detach_synchronously = true, optimize_or_like_chain = true, optimize_if_chain_to_multiif = true, optimize_if_transform_strings_to_enum = true, optimize_functions_to_subcolumns = false, optimize_append_index = true, distributed_ddl_entry_format_version = 6, local_filesystem_read_method = 'read', remote_filesystem_read_method = 'read', merge_tree_min_bytes_per_task_for_remote_reading = 1048576, merge_tree_compact_parts_min_granules_to_multibuffer_read = 86, async_insert_busy_timeout_max_ms = 5000, enable_filesystem_cache = true, enable_filesystem_cache_on_write_operations = true, read_from_filesystem_cache_if_exists_otherwise_bypass_cache = true, throw_on_error_from_cache_on_write_operations = true, filesystem_cache_segments_batch_size = 0, use_page_cache_for_disks_without_file_cache = true, load_marks_asynchronously = true, allow_prefetched_read_pool_for_remote_filesystem = false, allow_prefetched_read_pool_for_local_filesystem = false, filesystem_prefetch_step_bytes = 104857600, filesystem_prefetch_max_memory_usage = 67108864, filesystem_prefetches_limit = 0, optimize_sorting_by_input_stream_properties = false, insert_keeper_max_retries = 100, insert_keeper_retry_initial_backoff_ms = 1, insert_keeper_retry_max_backoff_ms = 10, insert_keeper_fault_injection_probability = 0.009999999776482582, optimize_distinct_in_order = false, session_timezone = 'Mexico/BajaSur', cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost', allow_experimental_parallel_reading_from_replicas = 2, parallel_replicas_for_non_replicated_merge_tree = true 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.677107 [ 61560 ] BaseDaemon: ######################################## 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.677176 [ 61560 ] BaseDaemon: (version 24.8.11.51000.altinitytest (altinity build), build id: F0DD5F328ED230698BDAA5EF285FA15277DF2198, git hash: 70a7c762cc96d8a8f0a83d8096b012215c3cea64) (from thread 1664) (query_id: 91f9a932-8081-4714-ae26-bb1a0692182c) (query: SELECT 0 AS `0`, materialize(18) AS `materialize(18)`, `__table1`.`k` AS `k` FROM `test_4ouujy2v`.`test` AS `__table1` PREWHERE _CAST(11, 'Nullable(UInt8)') ORDER BY `__table1`.`k` DESC NULLS LAST LIMIT _CAST(100, 'UInt64'), _CAST(100, 'UInt64')) Received signal sanitizer trap (-3) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.677210 [ 61560 ] BaseDaemon: Sanitizer trap. 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.677242 [ 61560 ] BaseDaemon: Stack trace: 0x00005634f7534af7 0x00005634f79c8b40 0x00005634eab6a446 0x00005634eab7593f 0x0000563506d95d33 0x0000563506d9a29c 0x0000563506daf4f1 0x0000563506db28b6 0x0000563506d3b55c 0x0000563506d72f21 0x000056350365d73e 0x000056350365d1dc 0x0000563503bb9926 0x0000563503bb2ed3 0x000056350625ee28 0x0000563506296136 0x0000563509d1c1f8 0x0000563509d1d332 0x0000563509c70a81 0x0000563509c6ba4f 0x00007fcd3f497ac3 0x00007fcd3f529850 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.697803 [ 61560 ] BaseDaemon: 0. ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture() @ 0x0000000025869af7 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.730947 [ 61560 ] BaseDaemon: 1. ./src/Common/StackTrace.h:0: sanitizerDeathCallback() @ 0x0000000025cfdb40 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.803883 [ 61560 ] BaseDaemon: 2. __sanitizer::Die() @ 0x0000000018e9f446 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:26.849564 [ 61560 ] BaseDaemon: 3. ? @ 0x0000000018eaa93f 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.000508 [ 61560 ] BaseDaemon: 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:601: DB::ReadFromMergeTree::readInOrder(DB::RangesInDataParts, std::vector>, DB::MergeTreeReadPoolBase::PoolSettings, DB::MergeTreeReadType, unsigned long) @ 0x00000000350cad33 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.133942 [ 61560 ] BaseDaemon: 5.0. inlined from ./contrib/llvm-project/libcxx/include/vector:1629: DB::Pipe& std::vector>::emplace_back(DB::Pipe&&) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.134051 [ 61560 ] BaseDaemon: 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:992: DB::ReadFromMergeTree::spreadMarkRangesAmongStreamsWithOrder(DB::RangesInDataParts&&, unsigned long, std::vector> const&, std::optional&, std::shared_ptr const&) @ 0x00000000350cf29c 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.304863 [ 61560 ] BaseDaemon: 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1948: DB::ReadFromMergeTree::spreadMarkRanges(DB::RangesInDataParts&&, unsigned long, DB::ReadFromMergeTree::AnalysisResult&, std::optional&) @ 0x00000000350e44f1 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.479202 [ 61560 ] BaseDaemon: 7.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:807: std::shared_ptr, std::allocator>>>::operator*[abi:v15007]() const 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.479315 [ 61560 ] BaseDaemon: 7.1. inlined from ./src/QueryPipeline/Pipe.h:108: DB::Pipe::getProcessors() const 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.479352 [ 61560 ] BaseDaemon: 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2050: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000350e78b6 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.498512 [ 61560 ] BaseDaemon: 8. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:24: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x000000003507055c 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.541667 [ 61560 ] BaseDaemon: 9.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: std::unique_ptr>::reset[abi:v15007](DB::QueryPipelineBuilder*) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.541787 [ 61560 ] BaseDaemon: 9.1. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:225: std::unique_ptr>::operator=[abi:v15007](std::unique_ptr>&&) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.541934 [ 61560 ] BaseDaemon: 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x00000000350a7f21 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.578606 [ 61560 ] BaseDaemon: 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003199273e 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.619152 [ 61560 ] BaseDaemon: 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:221: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x00000000319921dc 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.734032 [ 61560 ] BaseDaemon: 12. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000031eee926 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.843157 [ 61560 ] BaseDaemon: 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000031ee7ed3 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:27.919584 [ 61560 ] BaseDaemon: 14. ./build_docker/./src/Server/TCPHandler.cpp:569: DB::TCPHandler::runImpl() @ 0x0000000034593e28 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.048967 [ 61560 ] BaseDaemon: 15. ./build_docker/./src/Server/TCPHandler.cpp:2516: DB::TCPHandler::run() @ 0x00000000345cb136 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.052351 [ 61560 ] BaseDaemon: 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000380511f8 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.058274 [ 61560 ] BaseDaemon: 17.0. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: std::unique_ptr>::reset[abi:v15007](Poco::Net::TCPServerConnection*) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.058401 [ 61560 ] BaseDaemon: 17.1. inlined from ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:259: ~unique_ptr 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.058507 [ 61560 ] BaseDaemon: 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:116: Poco::Net::TCPServerDispatcher::run() @ 0x0000000038052332 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.064921 [ 61560 ] BaseDaemon: 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x0000000037fa5a81 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.070765 [ 61560 ] BaseDaemon: 19.0. inlined from ./base/poco/Foundation/include/Poco/AutoPtr.h:205: Poco::AutoPtr::operator->() 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.070842 [ 61560 ] BaseDaemon: 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:350: Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000037fa0a4f 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.070885 [ 61560 ] BaseDaemon: 20. ? @ 0x00007fcd3f497ac3 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.070919 [ 61560 ] BaseDaemon: 21. ? @ 0x00007fcd3f529850 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:28.416570 [ 61560 ] BaseDaemon: Integrity check of the executable successfully passed (checksum: C03004145BA79B0FC4DF7EA1D31DC738) 2025-02-03 14:50:57 [5e8c9eea64c8] 2025.02.03 13:50:29.748386 [ 61560 ] BaseDaemon: Changed settings: min_compress_block_size = 750904, max_compress_block_size = 444813, max_block_size = 71101, min_external_table_block_size_bytes = 100000000, max_joined_block_size_rows = 31031, max_insert_threads = 1, max_threads = 1, max_parsing_threads = 1, max_read_buffer_size = 588612, connect_timeout_with_failover_ms = 2000, connect_timeout_with_failover_secure_ms = 3000, use_hedged_requests = false, idle_connection_timeout = 36000, s3_check_objects_after_upload = true, use_uncompressed_cache = true, stream_like_engine_allow_direct_select = true, enable_multiple_prewhere_read_steps = false, replication_wait_for_inactive_replica_timeout = 30, min_count_to_compile_expression = 0, compile_aggregate_expressions = false, compile_sort_description = false, group_by_two_level_threshold = 684100, group_by_two_level_threshold_bytes = 5007704, enable_memory_bound_merging_of_aggregation_results = false, allow_nonconst_timezone_arguments = true, max_parallel_replicas = 3, min_chunk_bytes_for_parallel_parsing = 14615329, merge_tree_min_rows_for_concurrent_read = 9223372036854775806, merge_tree_coarse_index_granularity = 26, min_bytes_to_use_direct_io = 10737418240, min_bytes_to_use_mmap_io = 10737418240, log_queries = true, insert_quorum_timeout = 60000, merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = 0.3400000035762787, http_response_buffer_size = 6517490, fsync_metadata = true, http_send_timeout = 60., http_receive_timeout = 60., opentelemetry_start_trace_probability = 0.10000000149011612, max_bytes_before_external_group_by = 427958523, prefer_external_sort_block_bytes = 1, max_bytes_before_external_sort = 10737418240, max_bytes_before_remerge_sort = 486071000, cross_join_min_rows_to_compress = 100000000, cross_join_min_bytes_to_compress = 0, max_untracked_memory = 1048576, memory_profiler_step = 1048576, log_comment = '03222_pr_asan_index_granularity.sql', send_logs_level = 'warning', aggregation_in_order_max_block_bytes = 44492583, read_in_order_two_level_merge_threshold = 6, allow_introspection_functions = true, database_atomic_wait_for_drop_and_detach_synchronously = true, optimize_or_like_chain = true, optimize_if_chain_to_multiif = true, optimize_if_transform_strings_to_enum = true, optimize_functions_to_subcolumns = false, optimize_append_index = true, distributed_ddl_entry_format_version = 6, local_filesystem_read_method = 'read', remote_filesystem_read_method = 'read', merge_tree_min_bytes_per_task_for_remote_reading = 1048576, merge_tree_compact_parts_min_granules_to_multibuffer_read = 86, async_insert_busy_timeout_max_ms = 5000, enable_filesystem_cache = true, enable_filesystem_cache_on_write_operations = true, read_from_filesystem_cache_if_exists_otherwise_bypass_cache = true, throw_on_error_from_cache_on_write_operations = true, filesystem_cache_segments_batch_size = 0, use_page_cache_for_disks_without_file_cache = true, load_marks_asynchronously = true, allow_prefetched_read_pool_for_remote_filesystem = false, allow_prefetched_read_pool_for_local_filesystem = false, filesystem_prefetch_step_bytes = 104857600, filesystem_prefetch_max_memory_usage = 67108864, filesystem_prefetches_limit = 0, optimize_sorting_by_input_stream_properties = false, insert_keeper_max_retries = 100, insert_keeper_retry_initial_backoff_ms = 1, insert_keeper_retry_max_backoff_ms = 10, insert_keeper_fault_injection_probability = 0.009999999776482582, optimize_distinct_in_order = false, session_timezone = 'Mexico/BajaSur', cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost', allow_experimental_parallel_reading_from_replicas = 2, parallel_replicas_for_non_replicated_merge_tree = true 2025-02-03 14:50:57 Error on processing query: Code: 32. DB::Exception: Attempt to read after eof: while receiving packet from localhost:9000. (ATTEMPT_TO_READ_AFTER_EOF) (version 24.8.11.51000.altinitytest (altinity build)) 2025-02-03 14:50:57 (query: SELECT 0, materialize(18), k FROM test PREWHERE toNullable(toNullable(11)) WHERE toNullable(11) ORDER BY k DESC NULLS LAST LIMIT 100, 100 SETTINGS optimize_read_in_order = 1, merge_tree_min_rows_for_concurrent_read = 9223372036854775806, max_threads = 1;) 2025-02-03 14:50:57 , result: 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 stdout: 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 684100 --group_by_two_level_threshold_bytes 5007704 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 14615329 --max_read_buffer_size 588612 --prefer_localhost_replica 1 --max_block_size 71101 --max_joined_block_size_rows 31031 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 6 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 44492583 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 427958523 --max_bytes_before_remerge_sort 486071000 --min_compress_block_size 750904 --max_compress_block_size 444813 --merge_tree_compact_parts_min_granules_to_multibuffer_read 86 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 6517490 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.34 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2025-02-03 14:50:57 2025-02-03 14:50:57 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.4847360041132913 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 99 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 9018717601 --index_granularity_bytes 17193973 --merge_max_block_size 19761 --index_granularity 1251 --min_bytes_for_wide_part 291265484 --marks_compress_block_size 35578 --primary_key_compress_block_size 21230 --replace_long_file_name_to_hash 1 --max_file_name_length 103 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 368707021 --compact_parts_max_granules_to_buffer 9 --compact_parts_merge_max_bytes_to_prefetch_part 18265476 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 2025-02-03 14:50:57 2025-02-03 14:50:57 Database: test_4ouujy2v 2025-02-03 14:50:57 Process Process-10: 2025-02-03 14:50:57 Traceback (most recent call last): 2025-02-03 14:50:57 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 14:50:57 self.run() 2025-02-03 14:50:57 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 14:50:57 self._target(*self._args, **self._kwargs) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 14:50:57 return run_tests_array(*args, **kwargs) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-02-03 14:50:57 stop_tests() 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 14:50:57 cleanup_child_processes(os.getpid()) 2025-02-03 14:50:57 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 14:50:57 child_pgid = os.getpgid(child) 2025-02-03 14:50:57 ProcessLookupError: [Errno 3] No such process 2025-02-03 14:50:57 Child processes of 1510: 2025-02-03 14:50:57 65057 /bin/sh -c pgrep --parent 1510 -a 2025-02-03 14:50:57 02476_analyzer_identifier_hints: [ FAIL ] 2.18 sec. 2025-02-03 14:50:57 Reason: return code: 210 2025-02-03 14:50:57 Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:9000, local: [::1]:45140): (localhost:9000, ::1, local address: [::1]:45140). (NETWORK_ERROR) 2025-02-03 14:50:57 2025-02-03 14:50:57 , result: 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 stdout: 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 193394 --group_by_two_level_threshold_bytes 16014064 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 2792689 --max_read_buffer_size 798760 --prefer_localhost_replica 0 --max_block_size 50979 --max_joined_block_size_rows 69128 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 48225930 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 7567239310 --min_bytes_to_use_mmap_io 5016073827 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 20 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1507666802 --min_compress_block_size 2807898 --max_compress_block_size 1145020 --merge_tree_compact_parts_min_granules_to_multibuffer_read 63 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 10181618 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.88 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2025-02-03 14:50:57 2025-02-03 14:50:57 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.7829687566772402 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 22052226 --merge_max_block_size 16771 --index_granularity 47159 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 31037 --primary_key_compress_block_size 15030 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 58103030 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 22084268 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 82 --old_parts_lifetime 387 2025-02-03 14:50:57 2025-02-03 14:50:57 Database: test_0ya10ehu 2025-02-03 14:50:57 01526_initial_query_id: [ FAIL ] 1.98 sec. 2025-02-03 14:50:57 Reason: return code: 210 2025-02-03 14:50:57 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-02-03 14:50:57 2025-02-03 14:50:57 , result: 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 stdout: 2025-02-03 14:50:57 2025-02-03 14:50:57 2025-02-03 14:50:57 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 7658062 --max_read_buffer_size 873178 --prefer_localhost_replica 0 --max_block_size 75905 --max_joined_block_size_rows 59738 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 58 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 12797760 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 20 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 1515474225 --max_bytes_before_remerge_sort 2922556049 --min_compress_block_size 13860 --max_compress_block_size 2218327 --merge_tree_compact_parts_min_granules_to_multibuffer_read 99 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 6806777 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.95 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 2025-02-03 14:50:57 2025-02-03 14:50:57 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 3093873815 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 14 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 20327189 --merge_max_block_size 22949 --index_granularity 36935 --min_bytes_for_wide_part 0 --marks_compress_block_size 88304 --primary_key_compress_block_size 37647 --replace_long_file_name_to_hash 1 --max_file_name_length 50 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 409970592 --compact_parts_max_granules_to_buffer 49 --compact_parts_merge_max_bytes_to_prefetch_part 29840651 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 73 --old_parts_lifetime 401 2025-02-03 14:50:57 2025-02-03 14:50:57 Database: test_awkwcx7r 2025-02-03 14:50:58 02790_async_queries_in_query_log: [ FAIL ] 21.79 sec. 2025-02-03 14:50:58 Reason: return code: 210 2025-02-03 14:50:58 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-02-03 14:50:58 2025-02-03 14:50:58 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-02-03 14:50:58 2025-02-03 14:50:58 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-02-03 14:50:58 2025-02-03 14:50:58 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-02-03 14:50:58 2025-02-03 14:50:58 , result: 2025-02-03 14:50:58 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryStart 2025-02-03 14:50:58 read_rows: 0 2025-02-03 14:50:58 read_bytes: 0 2025-02-03 14:50:58 written_rows: 0 2025-02-03 14:50:58 written_bytes: 0 2025-02-03 14:50:58 result_rows: 0 2025-02-03 14:50:58 result_bytes: 0 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing'] 2025-02-03 14:50:58 columns: [] 2025-02-03 14:50:58 views: [] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 Row 2: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryFinish 2025-02-03 14:50:58 read_rows: 0 2025-02-03 14:50:58 read_bytes: 0 2025-02-03 14:50:58 written_rows: 4 2025-02-03 14:50:58 written_bytes: 16 2025-02-03 14:50:58 result_rows: 4 2025-02-03 14:50:58 result_bytes: 16 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing'] 2025-02-03 14:50:58 columns: [] 2025-02-03 14:50:58 views: [] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_views_log 2025-02-03 14:50:58 2025-02-03 14:50:58 system.part_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 database: default 2025-02-03 14:50:58 table: async_insert_landing 2025-02-03 14:50:58 partition_id: all 2025-02-03 14:50:58 rows: 4 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryStart 2025-02-03 14:50:58 read_rows: 0 2025-02-03 14:50:58 read_bytes: 0 2025-02-03 14:50:58 written_rows: 0 2025-02-03 14:50:58 written_bytes: 0 2025-02-03 14:50:58 result_rows: 0 2025-02-03 14:50:58 result_bytes: 0 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing','default.async_insert_target'] 2025-02-03 14:50:58 columns: [] 2025-02-03 14:50:58 views: ['default.async_insert_mv'] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 Row 2: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryFinish 2025-02-03 14:50:58 read_rows: 3 2025-02-03 14:50:58 read_bytes: 12 2025-02-03 14:50:58 written_rows: 6 2025-02-03 14:50:58 written_bytes: 24 2025-02-03 14:50:58 result_rows: 6 2025-02-03 14:50:58 result_bytes: 24 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing','default.async_insert_target'] 2025-02-03 14:50:58 columns: ['default.async_insert_landing.id'] 2025-02-03 14:50:58 views: ['default.async_insert_mv'] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_views_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 view_name: default.async_insert_mv 2025-02-03 14:50:58 view_type: Materialized 2025-02-03 14:50:58 view_query: SELECT id + throwIf(id = 42) AS id FROM default.async_insert_landing 2025-02-03 14:50:58 view_target: default.async_insert_target 2025-02-03 14:50:58 read_rows: 3 2025-02-03 14:50:58 read_bytes: 12 2025-02-03 14:50:58 written_rows: 3 2025-02-03 14:50:58 written_bytes: 12 2025-02-03 14:50:58 status: QueryFinish 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 system.part_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 database: default 2025-02-03 14:50:58 table: async_insert_landing 2025-02-03 14:50:58 partition_id: all 2025-02-03 14:50:58 rows: 3 2025-02-03 14:50:58 2025-02-03 14:50:58 Row 2: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 database: default 2025-02-03 14:50:58 table: async_insert_target 2025-02-03 14:50:58 partition_id: all 2025-02-03 14:50:58 rows: 3 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_log 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_views_log 2025-02-03 14:50:58 2025-02-03 14:50:58 system.part_log 2025-02-03 14:50:58 2025-02-03 14:50:58 stdout: 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryStart 2025-02-03 14:50:58 read_rows: 0 2025-02-03 14:50:58 read_bytes: 0 2025-02-03 14:50:58 written_rows: 0 2025-02-03 14:50:58 written_bytes: 0 2025-02-03 14:50:58 result_rows: 0 2025-02-03 14:50:58 result_bytes: 0 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing'] 2025-02-03 14:50:58 columns: [] 2025-02-03 14:50:58 views: [] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 Row 2: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryFinish 2025-02-03 14:50:58 read_rows: 0 2025-02-03 14:50:58 read_bytes: 0 2025-02-03 14:50:58 written_rows: 4 2025-02-03 14:50:58 written_bytes: 16 2025-02-03 14:50:58 result_rows: 4 2025-02-03 14:50:58 result_bytes: 16 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing'] 2025-02-03 14:50:58 columns: [] 2025-02-03 14:50:58 views: [] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_views_log 2025-02-03 14:50:58 2025-02-03 14:50:58 system.part_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 database: default 2025-02-03 14:50:58 table: async_insert_landing 2025-02-03 14:50:58 partition_id: all 2025-02-03 14:50:58 rows: 4 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryStart 2025-02-03 14:50:58 read_rows: 0 2025-02-03 14:50:58 read_bytes: 0 2025-02-03 14:50:58 written_rows: 0 2025-02-03 14:50:58 written_bytes: 0 2025-02-03 14:50:58 result_rows: 0 2025-02-03 14:50:58 result_bytes: 0 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing','default.async_insert_target'] 2025-02-03 14:50:58 columns: [] 2025-02-03 14:50:58 views: ['default.async_insert_mv'] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 Row 2: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 type: QueryFinish 2025-02-03 14:50:58 read_rows: 3 2025-02-03 14:50:58 read_bytes: 12 2025-02-03 14:50:58 written_rows: 6 2025-02-03 14:50:58 written_bytes: 24 2025-02-03 14:50:58 result_rows: 6 2025-02-03 14:50:58 result_bytes: 24 2025-02-03 14:50:58 query: INSERT INTO default.async_insert_landing SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values 2025-02-03 14:50:58 query_kind: AsyncInsertFlush 2025-02-03 14:50:58 databases: ['default'] 2025-02-03 14:50:58 tables: ['default.async_insert_landing','default.async_insert_target'] 2025-02-03 14:50:58 columns: ['default.async_insert_landing.id'] 2025-02-03 14:50:58 views: ['default.async_insert_mv'] 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_views_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 view_name: default.async_insert_mv 2025-02-03 14:50:58 view_type: Materialized 2025-02-03 14:50:58 view_query: SELECT id + throwIf(id = 42) AS id FROM default.async_insert_landing 2025-02-03 14:50:58 view_target: default.async_insert_target 2025-02-03 14:50:58 read_rows: 3 2025-02-03 14:50:58 read_bytes: 12 2025-02-03 14:50:58 written_rows: 3 2025-02-03 14:50:58 written_bytes: 12 2025-02-03 14:50:58 status: QueryFinish 2025-02-03 14:50:58 exception_code: 0 2025-02-03 14:50:58 2025-02-03 14:50:58 system.part_log 2025-02-03 14:50:58 Row 1: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 database: default 2025-02-03 14:50:58 table: async_insert_landing 2025-02-03 14:50:58 partition_id: all 2025-02-03 14:50:58 rows: 3 2025-02-03 14:50:58 2025-02-03 14:50:58 Row 2: 2025-02-03 14:50:58 ────── 2025-02-03 14:50:58 database: default 2025-02-03 14:50:58 table: async_insert_target 2025-02-03 14:50:58 partition_id: all 2025-02-03 14:50:58 rows: 3 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_log 2025-02-03 14:50:58 2025-02-03 14:50:58 system.query_views_log 2025-02-03 14:50:58 2025-02-03 14:50:58 system.part_log 2025-02-03 14:50:58 2025-02-03 14:50:58 2025-02-03 14:50:58 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 477414 --group_by_two_level_threshold_bytes 36039300 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 3084144 --max_read_buffer_size 544674 --prefer_localhost_replica 1 --max_block_size 70990 --max_joined_block_size_rows 83571 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 60 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 6101652 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 14 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 1613747072 --max_bytes_before_remerge_sort 1622161732 --min_compress_block_size 2910788 --max_compress_block_size 2869422 --merge_tree_compact_parts_min_granules_to_multibuffer_read 25 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7277703 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.16 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 2025-02-03 14:50:58 2025-02-03 14:50:58 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 2027469427 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 5861794670 --index_granularity_bytes 8627358 --merge_max_block_size 12947 --index_granularity 44464 --min_bytes_for_wide_part 0 --marks_compress_block_size 15384 --primary_key_compress_block_size 32133 --replace_long_file_name_to_hash 0 --max_file_name_length 64 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 33570046 --compact_parts_max_granules_to_buffer 203 --compact_parts_merge_max_bytes_to_prefetch_part 29156916 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480 2025-02-03 14:50:58 2025-02-03 14:50:58 Database: test_4c60solz 2025-02-03 14:51:07 02895_npy_format: [ FAIL ] 24.84 sec. 2025-02-03 14:51:07 Reason: server died 2025-02-03 14:51:07 ConnectionRefusedError 2025-02-03 14:51:07 [Errno 111] Connection refused 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 1808, in run 2025-02-03 14:51:07 self._cleanup(result.status == TestStatus.OK) 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 1871, in _cleanup 2025-02-03 14:51:07 self._cleanup_database(args, timeout) 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 1905, in _cleanup_database 2025-02-03 14:51:07 clickhouse_execute( 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-02-03 14:51:07 return clickhouse_execute_http( 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http 2025-02-03 14:51:07 raise ex 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http 2025-02-03 14:51:07 client.request( 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/lib/python3.10/http/client.py", line 1283, in request 2025-02-03 14:51:07 self._send_request(method, url, body, headers, encode_chunked) 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request 2025-02-03 14:51:07 self.endheaders(body, encode_chunked=encode_chunked) 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders 2025-02-03 14:51:07 self._send_output(message_body, encode_chunked=encode_chunked) 2025-02-03 14:51:07 2025-02-03 14:51:07 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output 2025-02-03 14:51:07 self.send(msg) 2025-02-03 14:51:07 2025-02-03 14:51:07 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 28129 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 4893719 --max_read_buffer_size 738034 --prefer_localhost_replica 0 --max_block_size 83765 --max_joined_block_size_rows 89135 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 37 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 6010223 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 17 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 38616939 --min_compress_block_size 2945259 --max_compress_block_size 2098053 --merge_tree_compact_parts_min_granules_to_multibuffer_read 30 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 3718528 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.91 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2025-02-03 14:51:07 2025-02-03 14:51:07 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 7319268270 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 20253676 --merge_max_block_size 5417 --index_granularity 28027 --min_bytes_for_wide_part 249355137 --marks_compress_block_size 57528 --primary_key_compress_block_size 42845 --replace_long_file_name_to_hash 1 --max_file_name_length 109 --min_bytes_for_full_part_storage 264287459 --compact_parts_max_bytes_to_buffer 252672973 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 17496606 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 71 --old_parts_lifetime 222 2025-02-03 14:51:07 2025-02-03 14:51:07 Database: test_y93jcg1g 2025-02-03 14:51:07 Process Process-5: 2025-02-03 14:51:07 Traceback (most recent call last): 2025-02-03 14:51:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 14:51:07 self.run() 2025-02-03 14:51:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 14:51:07 self._target(*self._args, **self._kwargs) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 14:51:07 return run_tests_array(*args, **kwargs) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-02-03 14:51:07 stop_tests() 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 14:51:07 cleanup_child_processes(os.getpid()) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 14:51:07 child_pgid = os.getpgid(child) 2025-02-03 14:51:07 ProcessLookupError: [Errno 3] No such process 2025-02-03 14:51:07 Child processes of 1496: 2025-02-03 14:51:07 65100 /bin/sh -c pgrep --parent 1496 -a 2025-02-03 14:51:07 00022_func_higher_order_and_constants: [ FAIL ] 0.00 sec. 2025-02-03 14:51:07 Reason: server died 2025-02-03 14:51:07 Server does not respond to health check 2025-02-03 14:51:07 2025-02-03 14:51:07 Process Process-4: 2025-02-03 14:51:07 Traceback (most recent call last): 2025-02-03 14:51:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 14:51:07 self.run() 2025-02-03 14:51:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 14:51:07 self._target(*self._args, **self._kwargs) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 14:51:07 return run_tests_array(*args, **kwargs) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-02-03 14:51:07 stop_tests() 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 14:51:07 cleanup_child_processes(os.getpid()) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 14:51:07 child_pgid = os.getpgid(child) 2025-02-03 14:51:07 ProcessLookupError: [Errno 3] No such process 2025-02-03 14:51:07 Child processes of 1495: 2025-02-03 14:51:07 65106 /bin/sh -c pgrep --parent 1495 -a 2025-02-03 14:51:07 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ FAIL ] 0.00 sec. 2025-02-03 14:51:07 Reason: server died 2025-02-03 14:51:07 Server does not respond to health check 2025-02-03 14:51:07 2025-02-03 14:51:07 Process Process-6: 2025-02-03 14:51:07 Traceback (most recent call last): 2025-02-03 14:51:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 14:51:07 self.run() 2025-02-03 14:51:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 14:51:07 self._target(*self._args, **self._kwargs) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 14:51:07 return run_tests_array(*args, **kwargs) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-02-03 14:51:07 stop_tests() 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 14:51:07 cleanup_child_processes(os.getpid()) 2025-02-03 14:51:07 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 14:51:07 child_pgid = os.getpgid(child) 2025-02-03 14:51:07 ProcessLookupError: [Errno 3] No such process 2025-02-03 14:51:07 Child processes of 1498: 2025-02-03 14:51:07 65116 /bin/sh -c pgrep --parent 1498 -a 2025-02-03 14:51:08 02998_analyzer_secret_args_tree_node: [ FAIL ] 0.00 sec. 2025-02-03 14:51:08 Reason: server died 2025-02-03 14:51:08 Server does not respond to health check 2025-02-03 14:51:08 2025-02-03 14:51:08 Process Process-9: 2025-02-03 14:51:08 Traceback (most recent call last): 2025-02-03 14:51:08 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 14:51:08 self.run() 2025-02-03 14:51:08 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 14:51:08 self._target(*self._args, **self._kwargs) 2025-02-03 14:51:08 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 14:51:08 return run_tests_array(*args, **kwargs) 2025-02-03 14:51:08 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-02-03 14:51:08 stop_tests() 2025-02-03 14:51:08 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 14:51:08 cleanup_child_processes(os.getpid()) 2025-02-03 14:51:08 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 14:51:08 child_pgid = os.getpgid(child) 2025-02-03 14:51:08 ProcessLookupError: [Errno 3] No such process 2025-02-03 14:51:08 Child processes of 1506: 2025-02-03 14:51:08 65122 /bin/sh -c pgrep --parent 1506 -a 2025-02-03 15:01:00 Hang up check failed 2025-02-03 15:01:00 Server died, terminating all processes... 2025-02-03 15:01:00 Running 281 stateless tests (MainProcess). 2025-02-03 15:01:00 Child processes of 1479: 2025-02-03 15:01:00 1482 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2025-02-03 15:01:00 1487 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2025-02-03 15:01:00 1500 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2025-02-03 15:01:00 67096 /bin/sh -c pgrep --parent 1479 -a 2025-02-03 15:01:00 Traceback (most recent call last): 2025-02-03 15:01:00 File "/usr/bin/clickhouse-test", line 3626, in 2025-02-03 15:01:00 main(args) 2025-02-03 15:01:00 File "/usr/bin/clickhouse-test", line 2976, in main 2025-02-03 15:01:00 total_tests_run += do_run_tests(args.jobs, test_suite) 2025-02-03 15:01:00 File "/usr/bin/clickhouse-test", line 2599, in do_run_tests 2025-02-03 15:01:00 run_tests_array( 2025-02-03 15:01:00 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2025-02-03 15:01:00 stop_tests() 2025-02-03 15:01:00 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 15:01:00 cleanup_child_processes(os.getpid()) 2025-02-03 15:01:00 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 15:01:00 child_pgid = os.getpgid(child) 2025-02-03 15:01:00 ProcessLookupError: [Errno 3] No such process 2025-02-03 15:01:10 Process Process-7: 2025-02-03 15:01:10 Traceback (most recent call last): 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http 2025-02-03 15:01:10 client.request( 2025-02-03 15:01:10 File "/usr/lib/python3.10/http/client.py", line 1283, in request 2025-02-03 15:01:10 self._send_request(method, url, body, headers, encode_chunked) 2025-02-03 15:01:10 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request 2025-02-03 15:01:10 self.endheaders(body, encode_chunked=encode_chunked) 2025-02-03 15:01:10 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders 2025-02-03 15:01:10 self._send_output(message_body, encode_chunked=encode_chunked) 2025-02-03 15:01:10 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output 2025-02-03 15:01:10 self.send(msg) 2025-02-03 15:01:10 File "/usr/lib/python3.10/http/client.py", line 976, in send 2025-02-03 15:01:10 self.connect() 2025-02-03 15:01:10 File "/usr/lib/python3.10/http/client.py", line 942, in connect 2025-02-03 15:01:10 self.sock = self._create_connection( 2025-02-03 15:01:10 File "/usr/lib/python3.10/socket.py", line 845, in create_connection 2025-02-03 15:01:10 raise err 2025-02-03 15:01:10 File "/usr/lib/python3.10/socket.py", line 833, in create_connection 2025-02-03 15:01:10 sock.connect(sa) 2025-02-03 15:01:10 ConnectionRefusedError: [Errno 111] Connection refused 2025-02-03 15:01:10 2025-02-03 15:01:10 During handling of the above exception, another exception occurred: 2025-02-03 15:01:10 2025-02-03 15:01:10 Traceback (most recent call last): 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-02-03 15:01:10 test_result = test_case.run( 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 1812, in run 2025-02-03 15:01:10 raise e 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 1797, in run 2025-02-03 15:01:10 result.check_if_need_retry( 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2025-02-03 15:01:10 or not need_retry(args, stdout, stderr, self.total_time) 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 490, in need_retry 2025-02-03 15:01:10 session_uptime = get_zookeeper_session_uptime(args) 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2025-02-03 15:01:10 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-02-03 15:01:10 return clickhouse_execute_http( 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 313, in clickhouse_execute_http 2025-02-03 15:01:10 sleep(i + 1) 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-02-03 15:01:10 raise Terminated(signal) 2025-02-03 15:01:10 Terminated: 15 2025-02-03 15:01:10 2025-02-03 15:01:10 During handling of the above exception, another exception occurred: 2025-02-03 15:01:10 2025-02-03 15:01:10 Traceback (most recent call last): 2025-02-03 15:01:10 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-02-03 15:01:10 self.run() 2025-02-03 15:01:10 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-02-03 15:01:10 self._target(*self._args, **self._kwargs) 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-02-03 15:01:10 return run_tests_array(*args, **kwargs) 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-02-03 15:01:10 stop_tests() 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-02-03 15:01:10 cleanup_child_processes(os.getpid()) 2025-02-03 15:01:10 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-02-03 15:01:10 child_pgid = os.getpgid(child) 2025-02-03 15:01:10 ProcessLookupError: [Errno 3] No such process 2025-02-03 15:01:10 Killing process group 63546 2025-02-03 15:01:10 Processes in process group 63546: 2025-02-03 15:01:10 63546 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01079_bad_alters_zookeeper_long.sh > /tmp/clickhouse-test/0_stateless/01079_bad_alters_zookeeper_long.stdout 2> /tmp/clickhouse-test/0_stateless/01079_bad_alters_zookeeper_long.stderr 2025-02-03 15:01:10 63547 bash /usr/share/clickhouse-test/queries/0_stateless/01079_bad_alters_zookeeper_long.sh 2025-02-03 15:01:10 67057 sleep 1 2025-02-03 15:01:10 Process group 63546 should be killed 2025-02-03 15:01:10 Break tests execution 2025-02-03 15:01:10 Child processes of 1500: 2025-02-03 15:01:10 63546 sh 2025-02-03 15:01:10 67097 /bin/sh -c pgrep --parent 1500 -a 2025-02-03 15:01:10 Killing process group 63546 2025-02-03 15:01:10 Processes in process group 63546: 2025-02-03 15:01:10 63546 sh 2025-02-03 15:01:10 Process group 63546 should be killed Files in current directory + set -e + echo 'Files in current directory' + ls -la ./ total 127296 drwxr-xr-x 1 root root 4096 Feb 3 14:49 . drwxr-xr-x 1 root root 4096 Feb 3 14:49 .. -rw-rw-r-- 1 1000 1000 119 Feb 3 14:44 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 14 09:59 attach_gdb.lib -rw-r--r-- 1 root root 1481 Feb 3 14:47 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Feb 3 14:47 __azurite_db_blob__.json -rw-r--r-- 1 root root 40560 Feb 3 15:00 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 08:04 bin -> usr/bin drwxr-xr-x 2 root root 4096 Feb 3 14:47 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 14 root root 3840 Feb 3 14:46 dev -rwxr-xr-x 1 root root 0 Feb 3 14:46 .dockerenv drwxr-xr-x 1 root root 4096 Feb 3 14:47 etc drwxr-xr-x 1 1000 1000 4096 Feb 3 14:47 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 08:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 08:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 08:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 08:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Jan 14 10:19 mc drwxr-xr-x 2 root root 4096 Sep 11 08:04 media -rwxr-xr-x 1 root root 103174296 Jan 14 10:19 minio drwxr-xr-x 4 root root 4096 Feb 3 14:47 minio_data drwxr-xr-x 2 root root 4096 Sep 11 08:04 mnt drwxr-xr-x 1 root root 4096 Jan 14 10:01 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Feb 3 14:46 package_folder drwxr-x--- 2 root root 4096 Feb 3 14:48 preprocessed_configs dr-xr-xr-x 309 root root 0 Feb 3 14:46 proc -rwxrwxr-x 1 root root 9113 Jan 14 09:59 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 14 09:59 requirements.txt drwx------ 1 root root 4096 Feb 3 14:50 root drwxr-xr-x 1 root root 4096 Feb 3 14:47 run -rwxrwxr-x 1 root root 22124 Jan 14 09:59 run.sh lrwxrwxrwx 1 root root 8 Sep 11 08:04 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Feb 3 14:47 script.gdb -rwxrwxr-x 1 root root 10374 Jan 14 09:59 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 14 09:59 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 14 09:59 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 08:04 srv -rw-rw-r-- 1 root root 14015 Jan 14 09:59 stress_tests.lib dr-xr-xr-x 13 root root 0 Feb 3 14:46 sys drwxrwxr-x 2 1000 1000 4096 Feb 3 14:47 test_output drwxrwxrwt 1 root root 4096 Feb 3 15:01 tmp drwxr-xr-x 1 root root 4096 Sep 11 08:04 usr -rw-rw-r-- 1 root root 897 Jan 14 09:59 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 08:07 var Files in root directory + echo 'Files in root directory' + ls -la / total 127296 drwxr-xr-x 1 root root 4096 Feb 3 14:49 . drwxr-xr-x 1 root root 4096 Feb 3 14:49 .. -rw-rw-r-- 1 1000 1000 119 Feb 3 14:44 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 14 09:59 attach_gdb.lib -rw-r--r-- 1 root root 1481 Feb 3 14:47 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Feb 3 14:47 __azurite_db_blob__.json -rw-r--r-- 1 root root 40560 Feb 3 15:00 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 08:04 bin -> usr/bin drwxr-xr-x 2 root root 4096 Feb 3 14:47 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 14 root root 3840 Feb 3 14:46 dev -rwxr-xr-x 1 root root 0 Feb 3 14:46 .dockerenv drwxr-xr-x 1 root root 4096 Feb 3 14:47 etc drwxr-xr-x 1 1000 1000 4096 Feb 3 14:47 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 08:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 08:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 08:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 08:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Jan 14 10:19 mc drwxr-xr-x 2 root root 4096 Sep 11 08:04 media -rwxr-xr-x 1 root root 103174296 Jan 14 10:19 minio drwxr-xr-x 4 root root 4096 Feb 3 14:47 minio_data drwxr-xr-x 2 root root 4096 Sep 11 08:04 mnt drwxr-xr-x 1 root root 4096 Jan 14 10:01 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Feb 3 14:46 package_folder drwxr-x--- 2 root root 4096 Feb 3 14:48 preprocessed_configs dr-xr-xr-x 309 root root 0 Feb 3 14:46 proc -rwxrwxr-x 1 root root 9113 Jan 14 09:59 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 14 09:59 requirements.txt drwx------ 1 root root 4096 Feb 3 14:50 root drwxr-xr-x 1 root root 4096 Feb 3 14:47 run -rwxrwxr-x 1 root root 22124 Jan 14 09:59 run.sh lrwxrwxrwx 1 root root 8 Sep 11 08:04 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Feb 3 14:47 script.gdb -rwxrwxr-x 1 root root 10374 Jan 14 09:59 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 14 09:59 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 14 09:59 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 08:04 srv -rw-rw-r-- 1 root root 14015 Jan 14 09:59 stress_tests.lib dr-xr-xr-x 13 root root 0 Feb 3 14:46 sys drwxrwxr-x 2 1000 1000 4096 Feb 3 14:47 test_output drwxrwxrwt 1 root root 4096 Feb 3 15:01 tmp drwxr-xr-x 1 root root 4096 Sep 11 08:04 usr -rw-rw-r-- 1 root root 897 Jan 14 09:59 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 08:07 var + /process_functional_tests_result.py 2025-02-03 15:01:10,380 File /analyzer_tech_debt.txt with broken tests found 2025-02-03 15:01:10,380 Broken tests in the list: 4 2025-02-03 15:01:10,380 Find files in result folder test_result.txt,gdb.log,run.log,minio.log,hdfs_minicluster.log 2025-02-03 15:01:10,386 Is flaky check: False 2025-02-03 15:01:10,386 Result parsed 2025-02-03 15:01:10,388 Result written + clickhouse-client -q 'system flush logs' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + : + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + timeout --preserve-status --signal TERM --kill-after 5m 15m xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.query_log into outfile '\''/test_output/query_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.zookeeper_log into outfile '\''/test_output/zookeeper_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.trace_log into outfile '\''/test_output/trace_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.transactions_info_log into outfile '\''/test_output/transactions_info_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.metric_log into outfile '\''/test_output/metric_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.blob_storage_log into outfile '\''/test_output/blob_storage_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.error_log into outfile '\''/test_output/error_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + sleep 1 + clickhouse-client -q 'SYSTEM FLUSH ASYNC INSERT QUEUE' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)